Need to highlight the variable in red color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 10:33 PM
HI All,
I have a requirement where in I need to highlight the variable of label type on catalog form to red color.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 10:40 PM
You need to select the variable type as HTML. Then in the Question field pass the font color & size in the format as below:
<font size=4 color='red'><i>Test text for variable</i></font>
Please mark my answer correct and helpful ,If this helps you in anyway.
Thanks in advance
Saurabh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020 10:40 PM
Hello,
First you need to set the sys_properties glide.ui.escape_text to 'fasle'
then apply the blow line it will work
<font size=4 color='green'><i>Name</i></font>
If my answer is helpful mark correct!
Br,
pratiksha