In this 123Survey, we are having trouble adding a dropdown/cascade list to the 'Location List' option, extracting attributes from a layer.
See, we are configuring the desired attribute correctly here.
When I view this option in a web application, everything works fine, and the options appear
However, when validating the same app on a mobile device, whether iOS or Android, this option disappears or fails to load.
Is there some config I miss?
Can you please share the xlsform?
I am having the same issue. Autocomplete works on a web application, but not on either smartphone platform. I do not believe the csv is faulty. If it were, it would not work on the web application correct? I am unsure, and very new to creating public surveys.
Are there any spaces in the csv file name? Does the case match exactly?
Next look at the csv in Notepad vs excel. Then special chars can jump out at you.
Next also in Notepad look for trailing commas. This comes up a lot and will break it.
For example one, two, three,,, Will break. You can remove them manually or in Excel pick the last few empty columns and delete them and save. Does the trick usually.
Hope that helps