#1 "First Name:" field accepts 30 characters instead of 31
#2 "Last Name:" field accepts 30 characters instead of 31
#3 "Street Address:" field accepts 100 characters instead of 255
#4 "Email" field accepts more than 255 characters
#5 Email format isn't validated when the form is submitted
#6 After submitting an invalid email - the asterisk color is not changed to red color (required field)
#7 After submitting an invalid email there is no warning message (required field)
#8 "Clear" button doesn't clear the form
#9 Inconsistent form's behavior for "Referred by:" field - there is no asterisk but empty input leads to warning message - "* Please enter the name of the person you were referred by"
#2 "Last Name:" field accepts 30 characters instead of 31
#3 "Street Address:" field accepts 100 characters instead of 255
#4 "Email" field accepts more than 255 characters
#5 Email format isn't validated when the form is submitted
#6 After submitting an invalid email - the asterisk color is not changed to red color (required field)
#7 After submitting an invalid email there is no warning message (required field)
#8 "Clear" button doesn't clear the form
#9 Inconsistent form's behavior for "Referred by:" field - there is no asterisk but empty input leads to warning message - "* Please enter the name of the person you were referred by"
Comment