1. ”First name” field accepts only 30 characters instead of 31
2. ”Last name” field accepts only 30 characters instead of 31
3. “Street Address”field accepts only 100 characters only
4. “State” listbox has only 48 US states instead of 50
5. “State” listbox: remove “BC” because it is Canadian province
6. “State” listbox: remove option “other”
7. “State” listbox: replace “IND” with “IN” because of misspelling
8. “ZIP” field accepts letters input instead of digits only
9. “ZIP” field allows to PASTE more then 5 digits an other characters
10. “ZIP” field accepts non-existing ZIP codes
11. “Referred by” field shows as required after submitting a form
12. “Email” field is accepting email address which doesn’t contain special character “@”
13. “Email” field switched to not required after submitting an empty form
14. “Email” field accepts more then 255 characters
15. Incomplete requirement for required field message
16. Misleading error message pops up once user pushing the “clear” button
17. Inconsistency in TAB field switch order
2. ”Last name” field accepts only 30 characters instead of 31
3. “Street Address”field accepts only 100 characters only
4. “State” listbox has only 48 US states instead of 50
5. “State” listbox: remove “BC” because it is Canadian province
6. “State” listbox: remove option “other”
7. “State” listbox: replace “IND” with “IN” because of misspelling
8. “ZIP” field accepts letters input instead of digits only
9. “ZIP” field allows to PASTE more then 5 digits an other characters
10. “ZIP” field accepts non-existing ZIP codes
11. “Referred by” field shows as required after submitting a form
12. “Email” field is accepting email address which doesn’t contain special character “@”
13. “Email” field switched to not required after submitting an empty form
14. “Email” field accepts more then 255 characters
15. Incomplete requirement for required field message
16. Misleading error message pops up once user pushing the “clear” button
17. Inconsistency in TAB field switch order
Comment