Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible error when g-recaptcha code is not sent #128

Open
fklee opened this issue May 7, 2020 · 0 comments
Open

Possible error when g-recaptcha code is not sent #128

fklee opened this issue May 7, 2020 · 0 comments

Comments

@fklee
Copy link

fklee commented May 7, 2020

Hello,

Just get an Javascript issue which could prevent to send the code when submitting the form. Hope it could help someone.

I had the kind of JS code to prevent doubleclick on forms :
$("form submit,form .submit,form button[type='submit']").on("click",function(){ if(!$(this).hasClass("confirm")){ $(this).attr('disabled','disabled'); $(this).closest("form").submit(); } });
Thanks for your excellent work on google recaptcha for Laravel 👍

(Sorry to put this here, not a real issue, change it for an other place as you want !)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant