Reply To: Contact form 7 form issue Home › Forums › Advanced noCaptcha & invisible Captcha PRO › Contact form 7 form issue › Reply To: Contact form 7 form issue May 21, 2020 at 12:24 pm #37889 Shamim HasanKeymaster Please add following code in your theme’s (child theme’s if you are using) functions.php add_filter( 'wpcf7_verify_nonce', '__return_true' ); Let me know.