• Resolved wpnpc420

    (@wpnpc420)


    Hi,

    All the forms I try to submit (when recaptcha is activated with CF7) are systematically marked as spam and therefore not sent since that last Contact Form 7 update!

    Even with this code snippet in my functions.php file, the same problem occurs.

    I’ve disabled recaptcha for now and it works but this isn’t a viable solution in the long term.

    Could someone look into it?

    Thanks in advance ??

    add_filter( 'wpcf7_recaptcha_threshold',
    function( $threshold ) {
        $threshold = 0;
        return $threshold;
    },
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter wpnpc420

    (@wpnpc420)

    Hi,

    After investigation I still see my site in the reCAPTCHA admin dashboard without any warnings showing up, but it turns out it is a “V3 Entreprise” CAPTCHA and not a regular “V3” one.

    After checking, it seems that we’ve deleted the associated Google Cloud project, so this was what was making the form submissions fail.

    We will create new keys for this specific site and the problem will be fixed!

    Sorry for the inconvenience and for maybe posting in this forum too quickly before realizing this issue is not related to Contact Form 7 at all.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form submission with recaptcha systematically marked as spam’ is closed to new replies.