How to add a help text for a variable whose type is HTML

Community Alums
Not applicable

How to add a help text for a variable whose type is HTML

Thanks in Advance
Utsav

2 ACCEPTED SOLUTIONS

Hi @Utsav JAISWAL ,

 

You can try the below:

 

Write a onLoad Client script:

g_form.showFieldMsg('variable_name', 'Help text goes here', 'info');

 

OR,

Navigate to configure dictionary of the HTML field and define the hint as below:

SN_Learn_1-1718604810603.png

 

 

It will look like below:

 

 

SN_Learn_0-1718604648160.png

 

 

 

 Please Mark My Response as Correct/Helpful based on Impact

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

Hi @Utsav JAISWAL ,

 

Unfortunately that won't be achievable out of the box. DOM manipulation is never recommended as it will break things in future.

 

Please Mark My Response as Correct/Helpful based on Impact

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

7 REPLIES 7

Hi @Utsav JAISWAL ,

 

The Help field doesn't do anything and it reserved for future use.

 

Please have a look at the below:

 

purpose of the Help field 

Field Label 

 

Please Mark My Response as Correct/Helpful based on Impact

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Community Alums
Not applicable

Hi @SN_Learn 

Thanks for the info...
I have used the showfieldMsg--onload client script...working perfectly.
The info is getting showing below the field..
Is there any way that the info can be visible above the mentioned field....??

Thanks in Advance
Utsav

Hi @Utsav JAISWAL ,

 

Unfortunately that won't be achievable out of the box. DOM manipulation is never recommended as it will break things in future.

 

Please Mark My Response as Correct/Helpful based on Impact

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.