I am trying to trigger an invalid input when I get a response from the server side after signup.
For example:
- User signs up with [email protected]
- Server replies with "email already taken"
- trigger "[name=email]" input and show custom dynamic message "Email already taken"
I found a way to do it directly with jquery validator plugin (https://jqueryvalidation.org/Validator.showErrors/), but it doesn't look as nice.
Thanks in advance.