Here is what I am currently using to attempt to validate a form. When I press submit with no values entered into the form, I get the error messages for each of the inputs a
If you will use id="password" it won't work. You must use another name for id.
All keys in the rules object refer to the input.name and not input.id
input.name
input.id