• Hello, thank you for your kind help here.

    Instructions v3 say to add client side and server side integrations. Could you please tell me in WordPress step>by>step how to get to “before the closing </head> tag” and “in the JavaScript callback”? It is hard to tell where to go with some things in php files and some in css and so on.

    “Adding reCAPTCHA to your site
    Paste this snippet before the closing </head> tag on your HTML template:
    <script src=’https://www.google.com/recaptcha/api.js?render=6Le7I4IUAAAAAD3nE54M58wZ2RqieWOABoBlPVv3′></script&gt;
    Paste this snippet in the JavaScript callback for an action on your website.
    <script>
    grecaptcha.ready(function() {
    grecaptcha.execute(‘6Le7I4IUAAAAAD3nE54M58wZ2RqieWOABoBlPVv3’, {action: ‘action_name’})
    .then(function(token) {
    // Verify the token on the server.
    });
    });
    </script>

    URL: https://www.google.com/recaptcha/api/siteverify
    secret (required) 6Le7I4IUAAAAAD1IvIo8pU9w2LFJQXYxQq6pjicS
    response (required) The value of ‘g-recaptcha-response’.
    remoteip The end user’s ip address.
    The reCAPTCHA documentation site describes more details and advanced configurations.”

Viewing 2 replies - 1 through 2 (of 2 total)
  • With Contact Form 7, this work is done for you. Have you followed the “reCAPTCHA integration” instructions in the Contact Form 7 section of the WordPress Dashboard? In the “Integration” section of Contact Form 7 settings, you should see a “reCAPTCHA” button you can click which will display instructions on getting reCAPTCHA setup.

    Peace…

    You just need the keys for reCaptcha v3 to insert into the Integration form of CF7. What Google is showing in their Admin console for reCaptcha are methods for developers and web designers who build the website from scratch of what they need to use, or want to do it manually.

    So, in the WordPress dashboard “Contact > Integration” use the “reCaptcha” section and insert the Google v3 keys there. The other one refers to email marketing.

    • This reply was modified 5 years, 11 months ago by mwarbinek.
    • This reply was modified 5 years, 11 months ago by mwarbinek. Reason: more info
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where do I go to add client side and server side integrations?’ is closed to new replies.