- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 08:54 AM
Hello all,
Could you please advise how to add Placeholder (Example text) to the field on the form in ServiceNow? I need something similar to Example text added to Variables?
For example I want to add to Description field to Incident form the following Placeholder (Example text):
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 09:18 AM
You could achieve this with an onLoad client script like the example I created here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 08:57 AM
If I am understanding the question correctly, you are looking to add Annotations to your variable field.
Go to where you are configuring your variable, and go to the Annotations tab.
Make sure to check these two boxes if you would like it to show all the time.
You will get a box under your field like this
If this is not what you are looking for, and you are wanting the field to be actually filled in with the example text, you will need to use an onLoad client script to fill the fields with the values you would like to be there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 09:12 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021 03:15 AM
The proposed solution works similar to Default value, and I was looking for Placeholder value, I found what I was looking for:
https://community.servicenow.com/community?id=community_question&sys_id=c0e19baddbdcdbc01dcaf3231f961995&view_source=searchResult