You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !)
The text was updated successfully, but these errors were encountered:
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 !)
The text was updated successfully, but these errors were encountered: