Anyone know how to set up prompt text in a field to describe what should be entered in the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2016 09:30 AM
For example when clicking on the "tag" icon on an incident form.. the text box opens up and the words "Add tag..." are displayed in the box. We are wanting to do a similar thing with our "comment" field on incident. Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2016 12:44 PM
Something like this in an onLoad client script:
HTML DOM Input Text placeholder Property
You'll have to inspect the page to find out what the ID is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2016 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2016 01:23 PM
Thanks very much, Mike! I will try this out and let you know.