How to make options greyed out in a select box variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 05:16 AM
There are five options. 1, 2, 3, 4, and 5 in the select box variable of a catalog item. If I select 3, then it should make the other options non-selectable. Can anyone please help me here with how to achieve it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 05:40 AM
@narendrareddy3
What exactly do you mean? If you select option 3 the select box should become read-only? Is it?
Just be aware, if you are doing that then if anyone selects option 3 accidentally, they wouldn't have any option to edit it. He/she has to reload the form each time.
Kind Regards,
Swarnadeep Nandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 05:43 AM
No, not select box variable, should take action on values in the select box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 05:48 AM
Hi @narendrareddy3,
We cannot make the select box dropdown's readonly, we can make the variables read-only.
Please have a look at this if it helps.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 05:49 AM
Use below on change catalog client script on the select box.
Please mark as helpful if it helps you.