silverstripe-recaptcha
silverstripe-recaptcha copied to clipboard
SilverStripe module for ReCaptcha spam protection service
We're upgrading a number of SilverStripe 3.x websites to run on PHP 7.2, and noticed the 2.0.x-dev branch throws an error trying to extend `Object` https://github.com/chillu/silverstripe-recaptcha/blob/2.0/code/RecaptchaField.php#L280 Could this be updated...
We need to provide more opportunities for configuration and customization
On submission of form if not providing required fields in the form gives a validation error. But re submitting with the fields entered gives a duplicate recaptcha error since the...
UndefinedOffset's plugin implements reCaptcha v2 (aka NoCaptcha), same as this one. So probably no reason to mention it in this readme?
This PR resolves #48
v: dev-master ```yml SilverStripe\Recaptcha\RecaptchaField: options: size: compact type: audio ``` results in: ```html ```