Form submission with recaptcha systematically marked as spam
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Form submission with recaptcha systematically marked as spam’ is closed to new replies.