Recaptcha blocking all submissions
-
I’ve turned on the recaptcha 3 integration for contact form 7, however, when it’s turned on, i’m unable to sent any contact forms at all because they are marked as spam.
I’ve also added the following shortcode to the functions.php file:
// change recaptcha treshold for contact form 7 add_filter( 'wpcf7_recaptcha_threshold', function( $threshold ) { $threshold = 0.1; // decrease threshold to 0.3 return $threshold; }, 10, 1 );However, it’s still blocking any contact form submissions. Is there anything I can do to prevent recaptcha to block any submissions at all?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Recaptcha blocking all submissions’ is closed to new replies.