anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 234 forks source link

Logout hidden Form Post when a form is on page. #142

Open audetcameron opened 5 years ago

audetcameron commented 5 years ago

I'm using a logout link and targeting via jquery. $('#logout') However on my contact page I am using this recaptcha on the contact form. It will not let me post to my logout route with the hidden logout form unless recaptcha is check in the checkout form. Is it looking for all forms? can I choose which form to target?