"Other" questions

Hi @Ahmed.Seliem, I seem to be getting the behaviour you are wanting by doing this (perhaps I’m not understanding your issue):

survey

type name label relevant
select_multiple nationalities nationality Select your nationalities
text nationality_other Something else? selected(${nationality}, ‘other’)

choices

list_name name label
nationalities egyptian Egyptian
nationalities british British
nationalities american American
nationalities french French
nationalities other Other
2 Likes