-
Notifications
You must be signed in to change notification settings - Fork 162
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
form dosen't submit in laravel #134
Comments
Can you provide more detail? I think it can be a simple script about that. Cause I can't replicate the issue in my side. |
@zhanang19 detail like what? can you expain a liitle bit more? |
My form (blade template) is:
And that's it. no more information! |
@zhanang19 sorry for my comments |
Just had this exact issue and it turns out it was because my localhost domain wasn't an allowed domain. Make sure you can see the badge by setting |
Hi
My Form Does not submit in laravel and in Console this error appears:
Uncaught (in promise) null
.If I remove
@captcha('en')
from blade template the problem solved and form submit successfully.Do you have any solution?
The text was updated successfully, but these errors were encountered: