Conditional option list

Hello All,

I am trying to apply conditional option list on one of my forms. For example if I have options a, b, c and d on question 1 and if I select options a and c, the next question should provide options a and c to select from.

Support will be appreciated,
Imran

Hi @A.N.M_AL-IMRAN

I think you need to use the same set of items in both questions but the second question should use choice_filter selected(${question_1},name)
Please check out this form:
testForm.xlsx (7.2 KB)

1 Like

Dear @Grzesiek2010,

This is brilliant! Thank you so much!

Imran