Closed bgarrison25 closed 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)
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.
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?