#1 No default input focus.
#2 "First Name" input field accepts special characters.
#3 Tab order is not left to right: It goes from "First Name" to "Referred by"
instead to "Last Name."
#4 "ZIP" Menu Item accepts letters vs. accepting only digits.
#5 Input field for "ZIP" label is not validated. The form gets submitted even
if 5 digits non existing zip code is entered.
#6 "My monthly bill is approximately" input box accepts letters vs. accepting only digits.
#7 "Referred by" label doesn't have "*" for required field but form couldn't be submitted
if the field is empty.
#8 Button "Clear" is not clearing any inputs. It gives error message: "Error 17896 -
Invalid data request. Please call technical support or restart your computer !!!"
#9 Input field for "Email" label is not validated. The form gets submitted even
if non existing/misspelled email is entered.
#10 Input field for "City" label is not validated. The form gets submitted even
if non existing/misspelled word is entered.
#11 Click on "Refresh" button doesn't refresh the page.
#2 "First Name" input field accepts special characters.
#3 Tab order is not left to right: It goes from "First Name" to "Referred by"
instead to "Last Name."
#4 "ZIP" Menu Item accepts letters vs. accepting only digits.
#5 Input field for "ZIP" label is not validated. The form gets submitted even
if 5 digits non existing zip code is entered.
#6 "My monthly bill is approximately" input box accepts letters vs. accepting only digits.
#7 "Referred by" label doesn't have "*" for required field but form couldn't be submitted
if the field is empty.
#8 Button "Clear" is not clearing any inputs. It gives error message: "Error 17896 -
Invalid data request. Please call technical support or restart your computer !!!"
#9 Input field for "Email" label is not validated. The form gets submitted even
if non existing/misspelled email is entered.
#10 Input field for "City" label is not validated. The form gets submitted even
if non existing/misspelled word is entered.
#11 Click on "Refresh" button doesn't refresh the page.
Comment