Placeholder for String field on the From

Maria31
Tera Contributor

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):

find_real_file.png

1 ACCEPTED SOLUTION

You could achieve this with an onLoad client script like the example I created here.

find_real_file.png

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

View solution in original post

5 REPLIES 5

Alok Das
Tera Guru

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.

find_real_file.png

Kindly mark my answer as Correct and Helpful based on the Impact.