koala-framework / kwf-recaptcha-field
Koala Framework Form Field for Google Recaptcha protection
Installs: 4 782
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Requires
README
Koala Framework Form Field for Google Recaptcha protection
Installation
-
Create new reCAPTCHA API key on here
-
Add keys to
config.ini
... kwfRecaptchaField.key = xxx kwfRecaptchaField.secret = xxx ...
-
register js field in
Web.defer.js
require('kwfRecaptchaField/KwfRecaptchaField/Field');