I have a problem with the Google ReCAPTCHA.
After my form is posted (for the moment on the same page), when I check the $_POST
var, I do not see a $_POST['g-recaptcha-response']
in my POST values.
But when I check my network activity during validating the recaptcha, I see it's Posting a UserVerify to google, and here it's responding me this :
JSON Syntax error with )]}'
at the beginning.
I assume this is why I do not have the response in my POST, but I can't find why.