- 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
02-06-2026 01:28 AM
function onLoad() {
This Answer might be helpful, It worked for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 09:22 AM
Hi Maria,
You could navigate to field dictionary and set the default value of the field so it will always populate until field value is not overridden by user.
Kindly mark my answer as Correct and Helpful based on the Impact.
Thanks and Regards,
Alok
