reCaptcha blocked by submit button
-
I am trying to add reCaptcha to my support form but it is not displaying correctly. In Chrome, Firefox, and also on my Android mobile device, the reCaptcha is blocked by the submit button. I tried adding css to force the reCaptcha onto its own line (display:block; and clear:both;) but nothing is working. Any ideas of why this is happening?
Here’s the page: https://www.gokid.mobi/support/
And here’s the current code:
<p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p> <p>Subject<br /> [text your-subject] </p> <p>Your Message<br /> [textarea your-message] </p> <p><br />[recaptcha]</p> <p>[submit class:support_form_button "Submit"]</p>
Thanks for any help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘reCaptcha blocked by submit button’ is closed to new replies.