• Resolved jacksoncb

    (@jacksoncb)


    Hey guys i have added a contact form and am using recaptcha 2 but it doesnt interact with my submit button so you can just click submit without using recaptcha.

    This is my code im using

    <script src=’https://www.google.com/recaptcha/api.js’></script&gt;

    <div class=”g-recaptcha” data-sitekey=”mykeythaticanttellyou”></div>

    [submit “Send”]

    Any tips to make submit only work once captcha has been pressed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are using an older version of CF7 and have reCAPTCHA 2 set up, you only need:

    [recaptcha]
    [submit “Send”]

    If you have updated to the latest version of CF7 (not compatible with reCAPTCHA 2) then you need to update to reCAPTCHA 3 and you don’t need to put anything in the form. You can leave the [recaptcha] in your form, it will just ignore it

    Thread Starter jacksoncb

    (@jacksoncb)

    Awesome thanks for this @joemargwp

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recaptcha before submit’ is closed to new replies.