Hint field in change form

Community Alums
Not applicable

Hi All,

We want add one Hint field in the change form. could some one help on this

Regards,

Roopa

1 ACCEPTED SOLUTION

brendanwilson84
Kilo Guru

Hi



I have created a info icon beside the fields looks something like this



find_real_file.png


The following onload client script will do this



function onLoad() {


    //Type appropriate comment here, and begin script below


   


g_form.addDecoration('field_name', 'icon-view', 'Your help text');


View solution in original post

11 REPLIES 11

Community Alums
Not applicable

Hi Sneha,



Thank u so much for reply..


when i give in Hint , its showing like below   when we keep mouse point on that particular field,



Can we make any check box like help : If they click on that , this msg shd be displayed.(Please correct if i am wrong )


find_real_file.png



Regards,


Roopa


brendanwilson84
Kilo Guru

Hi



I have created a info icon beside the fields looks something like this



find_real_file.png


The following onload client script will do this



function onLoad() {


    //Type appropriate comment here, and begin script below


   


g_form.addDecoration('field_name', 'icon-view', 'Your help text');