- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:14 AM
Have a catalog client script that displays message on our order guide under our Due Date variable field, the text color defaults to blue would like to change text color to red, Below is the script if someone can show me where to code in to make the message color red.
function onLoad()
{g_form.showFieldMsg('date_needed','This is the "Due Date" for Add (New User) & Change (Existing User) access requests. It is the date the request needs to be completed','info');
}
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 11:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 11:50 AM
Change 'info' to 'error'