recaptcha_response_field is not being posted
-
This is probably something stupid-easy, but the recaptcha_response_field is not being posted, in my form?
I’ve added the form, as per your instructions, and on the serverside validation, I’m checking for
$_POST['recaptcha_response_field']
, but inspecting my page with Firebug shows there’s no$_POST['recaptcha_response_field']
variable at all? The other $_POSTs from my form are there.I’m submitting the form via AJAX (which is new to me)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘recaptcha_response_field is not being posted’ is closed to new replies.