reCaptcha v2 not working for me
Posted: Mon Oct 04, 2021 1:52 pm
I'm trying to include reCatcha v2 to my CGBetterForms form. The code appears but I am able to click Submit without ticking the reCaptcha box for 'Im not a robot'.
CMSMS is version 2.2.14
Captcha version 1.0
CGBetterForms 1.10.4
I have configured Captcha to use ReCaptcha and added the Site Key and Secret values.
My form includes
<div class="g-recaptcha" data-sitekey="... site key ..."></div>
<div class="form-group">
<button type="reset">Reset</button>
<button type="submit">Submit</button>
</div>
The form validations include Validate Captcha
The page with the form has Page Specific Data
<__script__ src="https://www.google.com/recaptcha/api.js" async defer></__script>
What have I missed out?
CMSMS is version 2.2.14
Captcha version 1.0
CGBetterForms 1.10.4
I have configured Captcha to use ReCaptcha and added the Site Key and Secret values.
My form includes
<div class="g-recaptcha" data-sitekey="... site key ..."></div>
<div class="form-group">
<button type="reset">Reset</button>
<button type="submit">Submit</button>
</div>
The form validations include Validate Captcha
The page with the form has Page Specific Data
<__script__ src="https://www.google.com/recaptcha/api.js" async defer></__script>
What have I missed out?