Is it possible to add collapsible sections (accordians) to Knowledge Articles in SN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2022 10:29 AM
I have tried adding HTML for accordians and they do not seem to work in ServiceNow. We have large training documents and would like to break them into sections that the user can click and expand.
- 1,653 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2022 10:39 AM
There's not a button on TinyMCE, but we have had a few articles in the past, where authors have added the click/expand links. You have to build it into the html via the <> button. I always go to w3schools to figure out what code I need to add.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2022 10:49 AM
We do the same thing as Jamie. Anytime something isn't available as an Out of the Box option, we just edit the TinyMCE (html) editor with the code and it will usually say. If it doesnt stay you may want to check if you have the HTML sanitizer feature on. We had to turn that off.
https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/security/concept/c_HTM...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 02:44 AM
It would be great to be able to do this without needing to edit the html because not all knowledge authors and owners in my organisation are proficient in html. Also, if (as a knowledge manager) I improve an article by adding sections, the knowledge owner often finds those articles difficult to maintain and review because they don't know how to add another section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 02:59 AM
You do have to be super careful to consider accessibility though (see https://adrianroselli.com/2019/04/details-summary-are-not-insert-control-here.html).