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:52 AM
Hi Brendan,
Check out using annotations. They're a great way to get novices the information they need, while experts can hide them.
Annotating Forms - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016 08:53 AM
You could show a field message by using g_form.showFieldMsg()
g_form.showFieldMsg('field_name','Meassge you want to display','info');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016 08:54 AM
Hi Brendan,
You could use an onload client script to set value in this field.
Setting default value will also work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016 08:55 AM
Hello,
You can define a hint for the label: Field Label Help - ServiceNow Wiki
Or you can have a default text in that field. But I would do the hint in the label.
Hope it helps!
Cheers,
Hector.