If someone could help out here I would appreciate it.
I would like to use JS so that when you enter in a specific value into an input box it can instruct the 3 input boxes below it to be readonly or not.
Basically what I have is a JS that auto fills in city and state based on a zip code and keeps the fields readonly, but if the zip code does not match I want the fields to enable the user to type in the city and state.
Thank you!!!!
I would like to use JS so that when you enter in a specific value into an input box it can instruct the 3 input boxes below it to be readonly or not.
Basically what I have is a JS that auto fills in city and state based on a zip code and keeps the fields readonly, but if the zip code does not match I want the fields to enable the user to type in the city and state.
Thank you!!!!