I have two drop down lists. (not db linked, just hard coded)
One is Country with United States as selected option.
The other is State/Province list with 50 States displayed as default list, as the USA is default Country.
If user selects Canada from Country list, the Provinces dynamically display in State/Province list.
If user selects any other country, the State/Province list is disabled with the words "Not Applicable".
Problem is, when the reset button of my form is clicked and the user had selected a country other than the US or Canada, the State/Province list still displays the disabled "Not Applicable".
Does anyone know how to reset the display to be the default 50 states (the Country drop down list does default back to the USA)
Thanks in advance!
One is Country with United States as selected option.
The other is State/Province list with 50 States displayed as default list, as the USA is default Country.
If user selects Canada from Country list, the Provinces dynamically display in State/Province list.
If user selects any other country, the State/Province list is disabled with the words "Not Applicable".
Problem is, when the reset button of my form is clicked and the user had selected a country other than the US or Canada, the State/Province list still displays the disabled "Not Applicable".
Does anyone know how to reset the display to be the default 50 states (the Country drop down list does default back to the USA)
Thanks in advance!