v2 Checkbox reCAPTCHA is hidden
-
I installed WPForms, enabled Checkbox reCAPTCHA v2 support, created a form (which works great either without captcha or with v3) and then decided to add v2 checkbox to the form. I enabled the relevant option in the form. The captcha checkbox can be seen on the “Edit” page, but not on the actual page or the preview. I checked the source code and it shows the following:
<input type="text" name="g-recaptcha-hidden" class="wpforms-recaptcha-hidden" style="position:absolute!important;clip:rect(0,0,0,0)!important;height:1px!important;width:1px!important;border:0!important;overflow:hidden!important;padding:0!important;margin:0!important;" required="">
In other words it is hidden for some reason. I tried using the “No-Conflict” option (because I thought that another plugin called “Anti-Spam”, which prevents spam in comments might cause this) but it didn’t help – WPForms continues to hide the recaptcha box. (I even went as far as to disable other plugins). Needless to say that it prevents from sending the form (“This field is required” appears near the hidden recaptcha when you attempt to submit the form). How the problem can be solved?
- The topic ‘v2 Checkbox reCAPTCHA is hidden’ is closed to new replies.