Servicenow Order Guide - Form Auto-expand

Justin Schulz
Tera Contributor

Hello,

This might be a fairly simple question, but is there an option to auto-expand a form on the order guide to save the extra click? I can't seem to locate a easy solution. Below are screenshots - the first screen is the form collapsed, clicking the down arrow expands the form. I would rather the form be already exposed to avoid confusion. 

JustinSchulz_0-1668627625172.png

JustinSchulz_1-1668627670099.png

 

 

3 REPLIES 3

Sebastian L
Mega Sage

Hi,

So if you are looking for a generic solution you can add the following css to the page "sc_cat_item_guide": 

.collapse {
 display: unset; 
}

It will then auto-expand your items, and you don't have to clone a widget (which I don't recommend doing). 


Best regards,
Sebastian Laursen

HarishankaG
Tera Contributor

Hey Sebastian,

where exactly should I insert this script?

SebastianL_0-1732110446006.png

 


Best regards,
Sebastian Laursen