We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Catalog client script for catalog item banner

Johnson13
Kilo Guru

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');
}
1 ACCEPTED SOLUTION

Mohammed Al-Mar
Tera Guru

Hi @Johnson13 you can use html tags, like:

function onLoad() {
    g_form.addErrorMessage('<strong>Submission does not guarantee the request will be approved!</strong>');
}

View solution in original post

6 REPLIES 6

Eshwar Reddy
Kilo Sage

Hi @Johnson13 

Use below script

g_form.addInfoMessage('<font style="color:red"><b>Note: Submission does not guarantee approval of your request. Please ensure all necessary information is provided.</b></font>');


Thanks
Eshwar

Thanks, it worked but it does not appear as red at service portal