Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to split fields in 3 or more columns in a form ??

Mihir Mohanta
Kilo Sage

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.

11 REPLIES 11

Bhavesh Jain1
Giga Guru

I dont think there is any way you can do that today in Servicenow.


dineshmogullapa
Kilo Explorer

Even i am working on the similar requirement, but i am unable to figure out if there is anyway to implement.


justin_drysdale
Mega Guru

I think that the only way you can accomplish this currently is using a <table> in a UI Page.


Inactive
Mega Expert

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.