I have a select_multiple question in my survey. What I want to do is if "other" is selected in that question a text box appears below so the user can describe "other". The problem I am having is if the user selects more than one option in the multiple question the text box for "other" does not appear. What is the syntax for this to work?
Hi Eric,
In the Relevant field you will want to use selected. Ex:
selected(${Damage_Type},'Other')