May 26 2023 04:08 PM - edited May 26 2023 04:09 PM
Hi,
I added JSON formatting code to my Sharepoint list form in order to add sections. After doing this, the form got multiple columns (the fields are stacked in multiple columns depending on window width). Before adding JSON, the form had one column only.
Is there a way to keep one column ONLY when adding sections?
JSON code I'm using:
{
"sections": [
{
"displayname": "Section 1",
"fields": [
"Title"
]
},
{
"displayname": "Section 2",
"fields": [
........
]
}
]
}
Best,
Markus
May 27 2023 12:57 AM
@marwal83 No there isn't, it automatically switches to multiple columns when sections are added. Microsoft plan to introduce a single column layout with sections at some point in the future: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-configuration#c...
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Jun 16 2023 05:18 AM