Need to show a hint on a Demand field

LisaBRyder
Tera Contributor

The Investment Class field, we add a hint and a URL, but we need help text that will be below or above the field to be viewable on load.

1 ACCEPTED SOLUTION

Jayant_M
Kilo Sage

Hi @LisaBRyder ,

You can use g_form.showFieldMsg as mentioned below:

g_form.showFieldMsg('impact','Low impact response time can be one week','info');

 

Please mark my response helpful if it resolves your issue!

View solution in original post

3 REPLIES 3

Jayant_M
Kilo Sage

Hi @LisaBRyder ,

You can use g_form.showFieldMsg as mentioned below:

g_form.showFieldMsg('impact','Low impact response time can be one week','info');

 

Please mark my response helpful if it resolves your issue!

LisaBRyder
Tera Contributor

Where would it go? In the attribute in the Dictionary?

You need to write one onLoad client script including this API