Descripción
¡Ludifica los envíos de Contact Form 7 gracias al potente plugin de administración de puntos y logros, GamiPress!
Este plugin conecta automáticamente GamiPress con Contact Form 7 agregando nuevos disparadores de actividad.
New Events
- Submit a form: When an user submits a form.
- Submit a specific form: When an user submits a specific form.
- Submit a specific field value: When an user submits a specific field value on a form.
- Submit a specific field value on a specific form: When an user submits a specific field value on a specific form.
Instalación
Desde el panel de control de WordPress
- Navega a los Plugins -> Añadir nuevo.
- Haz clic en el botón «Subir plugin» a continuación del título «Agregar plugins».
- Sube el archivo zip descargado y actívalo.
Subida directa
- Sube el archivo zip descargado a su carpeta
wp-content/plugins/
. - Descomprime el archivo zip subido.
- Navega al menú de Plugins en tu área de administración de WordPress.
- Activa este plugin.
FAQ
-
Form submission events don’t get triggered
-
Forms submitted through ajax (the default workflow of Contact Form 7) can’t determine which current user is logged in causing that events from this integration won’t be triggered. There are 2 ways to fix this issue:
1) On the form(s) you want to trigger events you need to activate the subscribers-only mode:
Contact Form -> Additional Settings -> subscribers_only: true2) Enable the subscribers-only mode to all forms placing the following code on your
functions.php
:add_filter( 'wpcf7_verify_nonce', '__return_true' );
Official post about subscribers-only mode from the Contact Form 7 team.
Important: Forms with subscribers-only mode to will require to your users to stay logged in to be able to submit the form, it means that visitors can’t submit the form.
Colaboradores y desarrolladores
«GamiPress – Contact Form 7 integration» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«GamiPress – Contact Form 7 integration» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «GamiPress – Contact Form 7 integration» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.1.0
- New Features
- Added support for checking array field values.
- Added extra information of field name and value attached to the event log.
- Added filters to exclude fields from trigger the events.
1.0.9
- New Features
- New event: Submit a specific field value.
- New event: Submit a specific field value on a specific form.
1.0.8
- Improvements
- Trigger form submission event including if email couldn’t be send (useful on install that form submissions gets stored only).
1.0.7
- Bug Fixes
- Fixed form submissions listener.
1.0.6
- New Features
- Added support to GamiPress 1.4.8 multisite features.
1.0.5
- Bug Fixes
- Fixed issue on activity triggers with default specific id.
1.0.4
- Improvements
- Se ha forzado la actualización de versión para refrescar el dominio de texto.
1.0.3
- Bug Fixes
- Se corrigió el problema con el directorio constante de la localización del dominio de texto.
1.0.2
- Bug Fixes
- Se corrigió el problema con la localización del dominio de texto.
- Resuelto el problemas en los activadores de actividad con identificadores específicos.
- Resuelto el problema en los activadores de actividad con la identificación de usuario predeterminada.
1.0.1
- New Features
- Se agregaron datos adicionales en el registro de eventos.
- Añadido soporte para las actualizaciones automáticas de GamiPress.
1.0.0
- Versión inicial.