Hi @AndrewXLS, I tried this on a simple form and seems to work without an issue…
survey
| type | name | label |
|---|---|---|
| select_one cities | city | Choose a city |
choices
| list_name | name | label |
|---|---|---|
| cities | vancouver | Vancouver |
| cities | toronto | Toronto |
You can see it in action here:
https://ee.humanitarianresponse.info/Ckkpmmj1?d[city]=vancouver
Note that if you have the select_one question within a group, you need to specify the full path to that question, i.e.: d[group_name/city]=vancouver
