-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
I suggest adding a check for an error #985
Comments
If it's inserting the error multiple times then it would suggest an issue with your jquery-validation configuration. |
Is it possible that the problem is that I send the entry through php and not through ajax? recording.mp4 |
What's your full jquery-validation config? |
router
login.blade.php
AuthController.php
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/resources/views/bootstrap.php
replace with
The form validation is done in php and an error is returned which is inserted like this
The problem is that error.insertAfter does not replace this error.
The text was updated successfully, but these errors were encountered: