Descripción
Adds a "No CAPTCHA reCAPTCHA" field type to Gravity Forms form builder with light/dark theme options. Forms with a "No CAPTCHA reCAPTCHA" will validate the field before successful submission.
Further Reading
Capturas
Instalación
- Upload "gravity-forms-no-captcha-recaptcha" to "plugins" directory
- Activate the plugin through the "Plugins" menu in WordPress
- Sign-up for reCAPTCHA at https://www.google.com/recaptcha/
- Drop "Site Key" and "Secret Key" in "Settings > No CAPTCHA reCAPTCHA" page
- Add "No CAPTCHA" field into forms which you desire to have No CAPTCHA on via "Advanced Fields > No CAPTCHA" in Gravity Forms Form Editor
- Set label for "No CAPTCHA" field in Form Editor
FAQ
- Installation Instructions
-
- Upload "gravity-forms-no-captcha-recaptcha" to "plugins" directory
- Activate the plugin through the "Plugins" menu in WordPress
- Sign-up for reCAPTCHA at https://www.google.com/recaptcha/
- Drop "Site Key" and "Secret Key" in "Settings > No CAPTCHA reCAPTCHA" page
- Add "No CAPTCHA" field into forms which you desire to have No CAPTCHA on via "Advanced Fields > No CAPTCHA" in Gravity Forms Form Editor
- Set label for "No CAPTCHA" field in Form Editor
- Does this work for AJAX submitted forms?
-
Yes, we took special consideration to ensure that validation works correctly when submitting a form via AJAX!
- What versions of Gravity Forms/WordPress have you formally tested this with?
-
- Gravity Forms: 1.8.19
- WordPress: 4.0.0, 4.0.1, 4.1.0
- Can I have multiple No CAPTCHA reCAPTCHA fields on one page?
-
Normally this situation comes up if you have more than one Gravity Form with CAPTCHA on one page. As of version 1.0.2 this is supported.
Reseñas
Colaboradores y desarrolladores
"Gravity Forms No CAPTCHA reCAPTCHA" es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce "Gravity Forms No CAPTCHA reCAPTCHA" 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.0.7
- Fixed yet another documentation issue with FAQ AJAX section
- Updated to 1.0.7 version in gf-no-captcha-recaptcha.php
- Added 1.0.7 tag updates to CHANGELOG.md
- Updated plugin Changelog in README.txt to reflect CHANGELOG.md
1.0.6
- Resolved confusing grammar issue in README.md, README.txt, and gf-no-captcha-recaptcha.php descriptions
- Updated to 1.0.6 version in gf-no-captcha-recaptcha.php
- Added 1.0.6 tag updates to CHANGELOG.md
- Updated plugin Changelog in README.txt to reflect CHANGELOG.md
1.0.5
- Updated banner image to not suck in regards to WordPress Plugin Directory
- Moved GitHub Repo link to appropriate spot within description
- Updated plugin version and links in gf-no-captcha-recaptcha.php
- Updated plugin Changelog in README.txt to reflect CHANGELOG.md
- Added 1.0.5 tag updates to CHANGELOG.md
1.0.4
- Added trunk as stable tag to README.txt
- Approved for WordPress Plugin Directory at Gravity Forms No CAPTCHA reCAPTCHA
- Cross-linked README.md (GitHub readme) and README.txt (WP Plugin readme) to GitHub repo and WP Plugin page
- Removed "submit to WP plugin directory" from to-do/roadmap from README.md
- Added 1.0.4 tag updates to CHANGELOG.md
1.0.3
- Updated README.txt documentation
- Added README.txt documentation to README.md and CHANGELOG.md
- Added icon, banner, and screenshots
- Re-organized assets into "trunk" and "assets" directories
- Prepping to submit to WordPress Plugin Directory
1.0.2
- Added theme support (light/dark)
- Fixed "Cannot use reCAPTCHA more than once on a page" bug (resolves issue #1)
1.0.1
- Fixed tabs->spaces formatting issue
- Added better URL validation/sanitization/filtering
- Fixed missing documentation issue
1.0
- Preliminary version developed based on Tom McFarlin’s WP Plugin Boilerplate – GitHub Project