how to make variable question bold,red?

manmathpanda
Giga Guru

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 

find_real_file.png

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

 

 

5 REPLIES 5

Priyanka Pednek
Kilo Guru

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.

find_real_file.png

 

 

 

 

 

 

find_real_file.png

 

 

 

 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

 

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

Santhana Rajhan
Mega Sage

Instead, 

You could simply enable annotation for the variable and add the content to the instructions field based on how you want it. Its recommended not to name the variables that long.

 

Community Alums
Not applicable