How to split fields in 3 or more columns in a form ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 03:11 AM
I want to split fields in a form like :
field1 field2 field3
field4 field5 field6
field7 field8 field9
Is it possible ?
I have tried this by enabling glide.ui.form_multiple_splits property but
I can able to split fields in two columns .
Please help.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 03:43 AM
I dont think there is any way you can do that today in Servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 04:19 AM
Even i am working on the similar requirement, but i am unable to figure out if there is anyway to implement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 08:43 AM
I think that the only way you can accomplish this currently is using a <table> in a UI Page.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 10:30 AM
Currently in ServiceNow, Right Click and "Personalize > Form Layout" You can use the "|-split-|" to add ONLY two columns to a form.
That being said, you can try building a UI page that has more columns.