help text in field for form

brendanwilson84
Kilo Guru

Hi Guys

I was wondering if it is possible to have   help text in a field within a form/table.

find_real_file.png

Thanks in advance

8 REPLIES 8

brendanwilson84
Kilo Guru

Thank you all, I will go through each option. I cant believe how fast the reply's were!  


Hi There,

I am just curious as to what method you ended up going with to get the desired result, as I believe I am looking for a similar outcome.  I currently use the Hint, but am looking for something more in peoples faces and I don't want them to have to type over or delete out the "Default text", I am looking for text to appear in the box, but when you click on it, it dissapears so they can type there own words in there.

Regards

Toby

brendanwilson84
Kilo Guru

Hi Toby

 

Sorry for late reply, not on as much

 

function onLoad() {

    //Type appropriate comment here, and begin script below

 

  var eta= g_form.getControl('u_eventname');

eta.placeholder = "test.";

}

 

This will add placeholder text.

 

You can also add icons to field and help text when hovering over it 

Hi Brendan, 

if possible , can you put some screenshots w.r.t requirement and proposed solution .