- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 12:06 PM
I am working on a catalog item that has a list of 62 checkboxes where multiple selections can be made (see attached for visual). I'm having trouble getting these to line up properly on the form. I can get these to display in one long list but my preference would be to have them look like this:
xxxxxx xxxxxx xxxxxx
xxxxxx xxxxxx xxxxxx
xxxxxx xxxxxx xxxxxx
xxxxxx xxxxxx xxxxxx
3 columns of 21, 21 and 20, respectively. Do I need to create 3 separate containers or just 1 container with a split container in between? Or am I not on the right track at all?
I appreciate the help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 10:16 PM
@Ramirez65 Please accept the solution so it will be helpful for others.
thanks,
Bharath
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 12:38 PM
You can create 3 columns on a catalog item by nesting containers inside each other
https://www.servicenow.com/community?id=community_blog&sys_id=6a8c2ae1dbd0dbc01dcaf3231f96197a
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 01:08 PM
Can you please give me an example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 01:51 AM
try this
it should show like this
Thanks
Bharath
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 01:42 PM
Thank you - that worked!