Record producer - how to highlight the question text

pfriis
Mega Contributor

I would like to highlight the question text in the variables i a record producer. Anyone, that have the recipe to how I can change the text to bold.

Variable in a record producer:

find_real_file.png

The form in action..

find_real_file.png

11 REPLIES 11

Deepak Kumar5
Kilo Sage

Make System property "glide.ui.escape_text" False.


Use HTML syntax in your Variable Question.


<font size=4 color='green'><i>Open on behalf of this user</i></font>  



find_real_file.png


Will the change impact more than the forms produced by the record producer?


Property changes is global but the Question changes would be that variable specific.


I have changed the property "glide.ui.escape_text" to False. Then I have inserted your example to my variable.. But it do not look right. It looks like I need to activate the HTML somewhere else.


find_real_file.png