how to make variable question bold,red?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2019 02:14 AM
Hi Developers,
In Form view of catalog item, i want to show end user as below
Support For Enriching Motherhood: (Make these fields Bold)
- Expecting Mothers : Parking Slot, Special Chair, Laptop stand.....
- Returning Mothers: Cradle/Creche....
for this i wrote like below
I want the output to come as i mention above . But if i will take this , it's showing in one line but i want as above i mentioned.
Please give suggestions or sollutions for this?
Regards,
Manmath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2019 10:27 PM
Hi
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>
But still there are a few things to be noted, stated in the below document.
check this Styling your Service Catalog form in Geneva
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2019 05:10 AM
Hi Priyanka,
Actually i want to show this in catalog variable as below
Support For Enriching Motherhood: (Make these fields Bold)
- Expecting Mothers : Parking Slot, Special Chair, Laptop stand.....
- Returning Mothers: Cradle/Creche....
Regards,
Manmath

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2019 05:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 12:57 PM
This code added to the widget in the portal works