sepiariver / recaptchav2

Google's ReCaptcha V2 + V3 for MODX CMS: https://sepiariver.com/modx/recaptchav2-supports-recaptchav3/
https://sepiariver.com/
GNU General Public License v2.0
21 stars 15 forks source link

Please select the checkbox in the ReCaptcha image #51

Closed chrisandy closed 4 years ago

chrisandy commented 4 years ago

Modx 2.7.3 PHP 7.3 ReCaptchaV2 - V2 Tickbox method. I get the error message: Please select the checkbox in the ReCaptcha image. ReCaptchaV2 is working with quip on the same site. No errors in log and no form sent. What am I getting wrong?..

[[!FormIt?
&hooks=`recaptchav2,email,redirect`
&emailTpl=`flex_email_chunk`
&emailFrom=`[[$mainemail]]`
&emailTo=`[[$mainemail]]`
&redirectTo=`5`
&emailUseFieldForSubject=`1`
&validate=`name:required,
email:email:required,telephone:required,consent:required,
text:required:stripTags`]]
<div class="form-item">
            [[!recaptchav2_render]]
            [[!+fi.error.recaptchav2_error]]
</div>
chrisandy commented 4 years ago

Error on my part - stray label tag