Skip to main content

All Questions

0 votes
0 answers
19 views

onSubmit(token) - Recaptcha invisible v2 [duplicate]

How can i translate this function onSubmit(token) { document.getElementById("recaptcha").submit(); } Into my AJAX code. I don't want to use the function onSubmit(token), i want to use the ...
Giovanni Paez's user avatar
1 vote
1 answer
6k views

When to call grecaptcha.execute() when using Invisible Captcha V2

So I added invisible recaptcha successfully but I'm curious what others think if I did it the correct way when calling grecaptcha.execute() I call grecaptcha.execute() right after doing an explicit ...
Carlitos's user avatar
  • 419
3 votes
1 answer
2k views

Invisible reCaptcha: can't make a working AJAX call, getting infinite loop

The form had a JS validation and worked OK. Then I had to implement invisible reCaptcha with working validation. The code looks like this: index.html //In the head I've <script src="https://code....
Kuzma's user avatar
  • 711
0 votes
0 answers
2k views

Invisible google captcha v2 is not working properly

The following code is working fine when the form is submitted correctly with all valid data in the first attempt. If there is any server side error after submitting the form then when user resubmits ...
sgauri's user avatar
  • 694
9 votes
2 answers
22k views

Google reCAPTCHA V2 JavaScript We detected that your site is not verifying reCAPTCHA solutions

Error Message We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information. I ...
jeirueda 's user avatar
0 votes
0 answers
545 views

Migrating Recaptcha to invisible Recaptcha

Background I,ve implemented a recpatcha solucion from this site http://phppot.com/php/php-contact-form-with-google-recaptcha/ Now I want to migrate to Invisible Recaptcha, but I can't validate with ...
Elias Rodriguez Pizarro's user avatar
13 votes
3 answers
26k views

Invisible ReCaptcha with jQuery ajax

I am trying to implement the newest ReCaptcha (aka "invisible" ReCaptcha) within an form using jQuery and an "ajax" request. ReCaptcha documentation: https://developers.google.com/recaptcha/docs/...
Musa's user avatar
  • 1,369