EWZRecaptchaBundle
EWZRecaptchaBundle copied to clipboard
g-recaptcha-response
Is it possible to use the Google default field name, which is g-recaptcha-response, instead of a "part of the form" field, for validation ?
The typical use case is, when you can't change the front and that this captcha has been implemented "the easy way".
Have same problem. In sources found, captcha extracting by hardcoded in code field: https://github.com/excelwebzone/EWZRecaptchaBundle/blob/0ab877583961efac961d651fd3bcc3bfcf3d543c/src/Validator/Constraints/IsTrueValidator.php#L132 Why develper not used $value??