List collector options based on multiple choice

User_267
Tera Contributor

I have a multiple choice with three options A,B,C

And a list collector with seven options 1,2,3,4,5,6,7.

If user selects multiple choice A then in list collector only 1,2,3 options should be visible other should get hided.

If user selects multiple choice B then in list collector only 4,5,6 options should be visible other should get hided.

If user selects multiple choice C then in list collector only 7 option should be visible other should get hided.

How to do this

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@User_267 Since list collector doesn't support removeOption(). It would be difficult to remove the choices via client script. 

will the list collector supports removeoption (). Can we use that in client script?

@User_267 Unfortunately, you can't use removeOption() with list collector in the client script.

Community Alums
Not applicable

Hi @User_267 ,

I tried your problem in my PDI and I got to know like this is not possible with list collector field, instead can try to use select box type field

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak