Google reCAPTCHA 2 with AJAX

1

I'm using reCAPTCHA with AJAX.

When the page loads, the reCAPTCHA validation works normally, but when the form fails, the reCAPTCHA returns an error and the session expires .

How to make reCAPTCHA work with AJAX without reload ?

    
asked by anonymous 15.06.2015 / 16:32

1 answer

1

I solved the problem.

I used grecaptcha.reset() .

    
15.06.2015 / 16:51