help text in field for form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016 08:50 AM
Hi Guys
I was wondering if it is possible to have help text in a field within a form/table.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016 08:59 AM
Thank you all, I will go through each option. I cant believe how fast the reply's were!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2019 10:00 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 07:29 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 09:42 AM
Hi Brendan,
if possible , can you put some screenshots w.r.t requirement and proposed solution .