Viewing 3 replies - 1 through 3 (of 3 total)
  • Use Google Captcha (reCAPTCHA) by BestWebSoft instead. It uses the same Google rechapta public and secrete keys but you can select where you want it to appear on your blog.

    Hope this helps.

    Thread Starter jeremyers1

    (@jeremyers1)

    The problem is that the Google reCaptcha by BWS doesn’t work with Contact Form 7 (at least, it didn’t work for me), which is what I need the reCaptcha for…

    function no_recaptcha_in_comments() {
        echo '';
    }
    add_action('comment_form', 'no_recaptcha_in_comments');

    That will disable recaptcha on comments.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turn OFF recaptcha for comment form’ is closed to new replies.