Forum Discussion
How to make sharepoint form list form landscape without changing the data entry boxes?
I currently have a form that I changed to landscape a year ago but I forgot how I was able to do it but it looks like this one:
Now I am trying to do the same for another list but I ended up changing it via powerapps and the the date picker field is different and it looks like this:
Maybe some can help me figure out how I did it in the first one?
3 Replies
masacemex You have to use the JSON formatting to configure the list form to change the body layout.
You can add one or more sections in list form body which will make list form in landscape format.
Check this Microsoft official documentation for more information: Configure custom body with one or more sections
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- SaraMAMACopper Contributor
Hi, I had this working in my environment. Now, it seems with a recent Sharepoint update, it is no longer doing the multi columns. It is still doing the section headings. I was wondering if this happened to you or any others. If so, any suggestions about how to get it back?
Best,
Sara
- masacemexCopper ContributorPlease disregard and close. I realized now that I have formatted this before using JSON
{
"sections": [
{
"displayname": "",
"fields": [
"CX Account No.",
"Date & Time of Request",
"Reason for Non-Adoption",
"Channel",
"Type of Client",
"Sales Order No.",
"Order Type",
"Lacking Information?",
"Order Status",
"AHT",
"Counter Offer",
"Date & Time Responded",
"Agent Notes",
"Buddy verification",
"Buddy",
"Remarks",
"Complete Information?"
]
}
]
}