• Resolved PaulStranger

    (@paulstranger)


    Hi,

    i have trouble: after the integration of the reCaptcha V3 keys all form submissions are marked as “spam”.

    judging by other support requests, this problem is observed by many users

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter PaulStranger

    (@paulstranger)

    Many thanks for the quick reply.
    Im use the popular the7 theme, and I’m very upset about this state of affairs.
    At this moment footer.php includes this line:
    <?php wp_footer(); ?>

    I correctly understood that the “spam” troubles of the CF7 5.1.1 plugin operation is hidden in this hook?

    Best regards, Paul

    • This reply was modified 6 years, 2 months ago by PaulStranger.
    Plugin Author Takayuki Miyoshi

    (@takayukister)

    In the case of your site, you can see contact-form-7/includes/js/scripts.js is loaded so wp_footer() call in the theme is not a problem, but the script of reCAPTCHA is not loaded and this is the root cause. This might be that the theme or one of your plugins is blocking it from loading, or might be you that have intentionally done that by adding code to somewhere.

    Thread Starter PaulStranger

    (@paulstranger)

    Dear @takayukister, thank you very much!
    I’ll try to solve the problem.

    Best regards, Paul

    @takayukister i am encountering the same issue, using a fresh WP503 with the 20-17 theme unmodified.

    the only plugins i got are:
    Contact Form 7
    Display Posts
    Pricing Table
    WP Mail SMTP

    in the sourcecode i can see that the recaptcha javascrips are loaded.

    I tried other solutions as well like change the wp_mail to mail and the CF7 Recaptcha plugin (that one gives back invalid recaptcha after submitting)

    So i am kinda out of clues here.

    the form is located here: https://motorhotel.eu/reserveren

    • This reply was modified 6 years, 1 month ago by James Huff.
    • This reply was modified 6 years, 1 month ago by arjanduijs. Reason: added link to form

    Was anybody able to resolve this? I’m still replicating.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CF7 (5.1.1) + reCaptcha v3 = all form submissions marked as “spam”’ is closed to new replies.