greggilbert / recaptcha

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

ReCaptcha not filling in g-recaptcha-response field on successful validation #45

Closed bgarrison25 closed 9 years ago

bgarrison25 commented 9 years ago

I am not sure if this is a recaptcha issue or an issue with this plugin. However, I add in the captcha field with {{ Form::captcha(); }} and the new NoCaptcha shows up just fine. The tool works and it verifies that I am human. However, when I send it along to my laravel backend the g-recaptcha-response is not sent along.

I checked the form and the g-recaptcha-response field is THERE it just never gets filled with anything. Any ideas?

bgarrison25 commented 9 years ago

Update:

I reverted to v1 and v1 keys and changed the field to recaptcha_response_field and everything works fine. v2 seems to be broken (still not sure if in the plugin or recaptcha itself)

bgarrison25 commented 9 years ago

The issue had to do with a previous developer who worked on this. Instead of serializing the form he specified the fields to send along. This meant my fields were being ignored. Closing issue.