Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2024 07:10 PM
I need help to modify and add to this script for the banner to display in RED and bold on top of the catalog item form.
function onLoad() {
g_form.addInfoMessage('**Submission does not guarantee the request will be approved!**', 'danger');
}
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2024 07:38 PM
Hi @Johnson13 you can use html tags, like:
function onLoad() {
g_form.addErrorMessage('<strong>Submission does not guarantee the request will be approved!</strong>');
}
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 08:13 AM
Thanks, it worked but it does not appear as red at service portal