Text boxes under multiple choice on catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 04:07 AM
Hello.
I have a multiple choice variable where i have 3 choices that goes horizontal on the catalog item. A user has requested that under each choice is a small text box that has text in them. The text is gonna describe the choices you can pick, but the text should always be there and not disappear when an option is clicked. So i need a way to have a textbox under each choice permanent.
Is this possible to do in servicenow? Is a catalogscript needed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 04:24 AM - edited 11-22-2023 04:26 AM
Hi @asd22
Displaying a box under each option is not possible, but you can have Rich Text label displayed under the Variable and make it disappear after an option is selected using an UI Policy.
For example,
1. Configure your multiple choice variable like the one below:
Enable the "Do not select the first choice" check box.
2. Rich Text Label Variable:
3 Catalog UI Policy:
Result:
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Anvesh