Hi there! Google doesn't support reCaptcha 1 anymore. That's why your certificates verifying doesn't work with the old POST params as you expected.
Old params was:
recaptcha_challenge_field
recaptcha_response_field
New params:
g-recaptcha-response
I made some changes in verify_form.php in validation function and it starts to work. Hope that helps you!
Hi there! Google doesn't support reCaptcha 1 anymore. That's why your certificates verifying doesn't work with the old POST params as you expected. Old params was: recaptcha_challenge_field recaptcha_response_field New params: g-recaptcha-response
I made some changes in verify_form.php in validation function and it starts to work. Hope that helps you!