List collector options based on multiple choice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 10:37 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 11:31 AM - edited ‎05-22-2024 09:21 PM
@User_267 Since list collector doesn't support removeOption(). It would be difficult to remove the choices via client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 11:36 AM
will the list collector supports removeoption (). Can we use that in client script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 09:21 PM
@User_267 Unfortunately, you can't use removeOption() with list collector in the client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 12:00 PM
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