Reply To: One or more fields have an error. Please check and try again.


Home Forums Advanced noCaptcha & invisible Captcha PRO One or more fields have an error. Please check and try again. Reply To: One or more fields have an error. Please check and try again.

#38621
Shamim Hasan
Keymaster

This changes is not for this plugin, Something changes in Contact Form 7.
You can add following code in your child theme’s functions.php and it will start working again

add_filter( 'wpcf7_verify_nonce', '__return_true' );
add_filter( 'wpcf7_spam', '__return_false' );