reCAPTCHA always false
-
Hello,
I’m using recaptcha V3 for my custom form. (tried also with v2)<form target="_self" method="post" action="...secret..."> <input type="text" required name="name" value=""> <input type="email" required name="email" value=""> <?php echo do_action( 'anr_captcha_form_field' ); ?> <?php if (anr_verify_captcha() ) { echo '<input type="submit" value="Submit!">'; } else { echo 'Error!'; } ?> </form>
Options:
– Failed login Captcha is set to 0
– Captcha Score is 0,5.
– Logged in Hide is checked.The function is always showing “Error” unless I’m logged. What is wrong?
Page: https://dropni.pl – newsletter fields
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘reCAPTCHA always false’ is closed to new replies.