Is it possible to do show/hide on a Display Label field in Catalog Builder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2026 01:19 PM
In Catalog Builder, I have a section of text that I wish to display if a certain value is selected for a radio button choice. I can identify the correct choice, but don't see the variable for the Display Label field in the drop-down list.
Is it possible to do a show/hide UI Policy on a Display Label FIELD? If not, I'm open to suggestons for an alternate method.
Thanks,
David A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2026 02:50 PM
Hello @davida1
If you need something like below:
Then here is the sample Catalog Item and it's variables, client scripts and UI Policy:
UI Policy:
Client Script (onChange):
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hello @davida1 , I got the same issue and solved it creating an OnChange Client Script changing the visibility of the variable form when a certain condition is met. It is a pretty unexpected behavior that display labels are not shown in UI Policies variables list.