Error in Middle of Page - Workspace View

tiguin2798
Tera Guru

Hello all,

 

I am simply attempting to add an error message with an onLoad Client Script. This is functioning as intended (unless there is a way to make this a banner in the workspace view instead) and I've added 'g_form.clearMessages()' prior to my error so that it will not show multiple times in the Workspace form.

However, there is one error still showing in the middle of the page. Any ideas on how to resolve?

tiguin2798_0-1729612087307.png

function onLoad() {
	g_form.clearMessages()
    g_form.addErrorMessage("<strong>There is a blackout period for the following dates.</strong>");
}

 

0 REPLIES 0