Hello,
I am creating a survey123 form and am trying to figure out how to accomplish a certain task. The form will ask the question of which county a feature is in. Once the county is selected from the drop-down list, I would like the district names and health department names to populate automatically. There is one district fir any given county and one health department for any given county, but it is more likely that the user will know which county the feature is in than either the district or health department.
I have already tried setting up calculation and select_one options, but neither of those are working. I am not sure if that is a default answer or not. Basically, I would like the survey to grab data from the list_names in the choices tab so that if they select County A, the survey will automatically know to bring over the district and health department names corresponding to that county in the choices. Because there is a one to many relationship between the counties and districts, as an example, where there are multiple counties per district, I cannot set it up the normal way of cascading selects.
Any help at all would be greatly appreciated. An example is below.
List_name name label district
county Johnson Johnson County #1
county Jefferson Jefferson County #3
county Lincoln Lincoln County #1
district #1 First Dept.
district #3 Third Dept.
In this case, if the user selected Lincoln County, then I would want the district to automatically populate with #1.
Thanks,
Lisa