Hi. Any assessment would be appreciated for Form Validation test. Thank you and have a good day!
1 - looks good
2 - good, email regex could also be -
([0-9]{3}[-| |.]){2}[0-9]{4}
3 - Your error message
Email is too short
Should elaborate more about the current state and the required state.
For example
You entered 6 characters, the minimum length allowed is 10
1 Like