• bash88

    (@bash88)


    Hi Takayuki,

    Great plugin! Has helped me out many times with setting up contact forms.

    Today I wanted to integrate reCAPTCHA in a form and the code generated by the [recaptcha] form tag totally broke my website. I tracked the generation of this code to /modules/recaptcha.php There is a block of code in that file:

    <noscript>
    <div style="width: 302px; height: 422px;">
    etc.
    etc.
    </div>
    </noscript>

    This whole block needs to be replaced with:
    <div class="g-recaptcha" data-sitekey="{SITEKEY_HERE}"></div>

    If you could do this in the next update for the plugin that would be awesome.

    Ragards,
    Bas

Viewing 2 replies - 1 through 2 (of 2 total)
  • ben2358723823567

    (@ben2358723823567)

    In my case, recaptcha only randomly appears on my Contact Form 7 form. We lost valuable customer enquiries because of this bug. It seems to be a race condition. We have WP reCaptcha Integration installed to protect the login form and it seems CF7 is making issues with the latter.

    Any idea? I tried your suggestion @bash88 but it doesn’t fix the issue, it still shows maybe 1 time out of 2, it’s super random.

    Thread Starter bash88

    (@bash88)

    Hi Takayuki,

    Just a little bump on this thread. Today I updated to 5.0.1 and I had to do this fix again. Could you let me know when you will be able to fix this or, if you’re not going to so, why?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reCAPTCHA integration not working properly’ is closed to new replies.