설명
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
스크린샷
설치
- 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.
후기
2017년 8월 29일
It works perfectly with wordpress 4.6.1 and GF 1.9.18.3.
2016년 9월 3일
Would be very nice if have translation to Spanish option…
2016년 9월 3일
Thank you for the share.
2016년 9월 3일
compatible with Coleman 4.5
just what i needed to clean things up _ distorted text reCAPTCHA are simply ugly.
light and effective plugin
2016년 9월 3일
Can’t ask for more–it works!
2016년 9월 3일
Thanks for this plugin! Works like a charm!
기여자 & 개발자
자국어로 “Gravity Forms No CAPTCHA reCAPTCHA”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
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