Servicenow Order Guide - Form Auto-expand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 11:42 AM - edited ‎11-16-2022 11:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 12:31 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2024 09:22 AM
Hey Sebastian,
where exactly should I insert this script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 05:47 AM
Best regards,
Sebastian Laursen