Hi, I have a list of names that I want one of them to appear by default as a selected item. I am using a select_one type of question. thanks.
Hi @mabdulkareem, you can use the default
column for this. For example:
survey
type | name | label | default |
---|---|---|---|
select_one names | name | Choose a name | bob |
choices
list_name | name | label |
---|---|---|
names | bob | Bob |
names | alice | Alice |
1 Like
I did, but it didn’t work. Attached is the xlsform Special Needs_M - Copy.xlsx (13.9 KB)
Hi @mabdulkareem, can you try changing the names from using dashes to underscores and see if that solves the issue? I.e. Al-Maymounah
to Al_Maymounah
.
1 Like
it didn’t work.
Hi @mabdulkareem, it works on my side. Please try with this edited version of your XLSForm:
Special Needs_M-fix.xlsx (8.4 KB)
It works! thank you very much.
1 Like