greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

Ignore. #37

Closed ghost closed 9 years ago

ghost commented 9 years ago

Ignore.

ghost commented 9 years ago

Never mind, I'm a retard, please Ignore.

kilrizzy commented 9 years ago

Out of curiosity, what was the issue? I'm running into the same error

kilrizzy commented 9 years ago

Heh nevermind, probably the same thing. Was using code from the example and my input field was "recaptcha_response_field" not "g-recaptcha-response"

ghost commented 9 years ago

I forgot to add the field name to my $formData variable like such:

$formData = Input::only('email', 'password', 'password_confirmation', 'g-recaptcha-response');