Viewing 2 replies - 1 through 2 (of 2 total)
  • Re: Client side integration

    You also need to:

    Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:

    <div class="g-recaptcha" data-sitekey="put-your-site-key-here"></div>
    uptree

    (@uptree)

    Recaptcha was refusing to load/display in all versions of IE when using SSL. This was the only fix that worked for me! Thanks!

    I would suggest enqueuing the the script (in your functions.php) rather than manually placing it in the head:

    wp_enqueue_script( 'my-google-nocaptcha', 'https://www.google.com/recaptcha/api.js' );

    I’m pretty new to WordPress/PHP, so I would greatly appreciate any insight as to whether or not this not a good idea. Am I calling the script twice now?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Solution if WordPress ReCaptcha Integration not working’ is closed to new replies.