Change text color on FieldMsg

mhurley
Kilo Contributor

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');

}

1 ACCEPTED SOLUTION

Brian Lancaster
Tera Sage

Change 'info' to 'error'


View solution in original post

1 REPLY 1

Brian Lancaster
Tera Sage

Change 'info' to 'error'