Hello, I am trying to find the best way to:
- Validate State + ZIP combination
- Map DMA in a hidden question based on ZIP
My setup is:
qState - In what state or U.S. territory do you live? (Dropdown with states and territories)
Page break - disqualify people not selecting a state or D.C.
qZip - What is your ZIP Code? (Text entry, US Postal code validation)
I have an Excel file with every US ZIP mapped to state and DMA that I want to use as the "source of truth" and am struggling to find the best way to execute without having to use a confusing Drill Down.
This will be in my master survey template and the State field will feed into regional quotas.
I'm also not familiar with Javascript, but comfortable following step-by-step instructions!