You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation of the captcha is never successful, although the parameter g-response-recaptcha is correctly passed to the server and that, from Google console, the captcha controls are exceeded.
The only case where validation is successful is by using the test keys provided by Google:
Activating the debug this is the ouput of the console:
Checking element binding of _submitForm...
contact:4 true
contact:4 Checking element binding of _captchaForm...
contact:4 true
contact:4 Checking element binding of _captchaSubmit...
contact:4 true
The text was updated successfully, but these errors were encountered:
Same here, Added @captcha in my login and register form due having bots registering on my website and its not working anymore, sometimes getting a javascript alert saying Cannot contact reCAPTCHA. Check your connection and try again. Logged in into admin console of recaptcha and theres NO data after 19 november.
The validation of the captcha is never successful, although the parameter g-response-recaptcha is correctly passed to the server and that, from Google console, the captcha controls are exceeded.
The only case where validation is successful is by using the test keys provided by Google:
INVISIBLE_RECAPTCHA_SITEKEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
INVISIBLE_RECAPTCHA_SECRETKEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
In all other cases it always fails.
Activating the debug this is the ouput of the console:
Checking element binding of _submitForm...
contact:4 true
contact:4 Checking element binding of _captchaForm...
contact:4 true
contact:4 Checking element binding of _captchaSubmit...
contact:4 true
The text was updated successfully, but these errors were encountered: