Closed ghost closed 9 years ago
Never mind, I'm a retard, please Ignore.
Out of curiosity, what was the issue? I'm running into the same error
Heh nevermind, probably the same thing. Was using code from the example and my input field was "recaptcha_response_field" not "g-recaptcha-response"
I forgot to add the field name to my $formData
variable like such:
$formData = Input::only('email', 'password', 'password_confirmation', 'g-recaptcha-response');
Ignore.