HTML Formatting on Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 11:21 AM
I have a catalog item that is available from our Service Portal. The form for this catalog item has a label variable with some instructions for viewing a knowledge base article. I would like to be able to format this text to be highlighted so that it's obvious to end users.
Originally I used a Macro variable with a jelly script for formatting, but it's my understanding that jelly isn't used in the Service Portal. What would be the recommended method for formatting this variable? Also, how would I go about doing this?
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 11:43 AM
Can you try adding CSS rules to the widget instance for that particular label's ID, to add the formatting that you want applied?
EDIT: This only works to apply formatting and will not work if you want to add a link to the label of a field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 11:49 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2018 09:43 AM
Honestly, this is one of the cleanest and easiest ways to get things done if it suits your needs.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!