Hi, Is there a guide on how to properly use the forms / validation? I want to use it to verify a few things.
- required field
- required field (with custom message that comes on for each field) For example - your first name is required.
- email verification - make sure that an email address has been used in the field
- password verification - so when someone types in a password in the confirm password input, it will compare it to the password to make sure they match. - if they dont match have a message show up.
Thanks!
Michael
