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.
June 18, 2020 at 2:19 am
#38621
shamim
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' );