How to make sharepoint form list form landscape without changing the data entry boxes?

Copper Contributor

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:

 

masacemex_0-1672977406049.png

 

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:

 

masacemex_1-1672977462075.png

 

Maybe some can help me figure out how I did it in the first one?

 

 

2 Replies
Please 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?"
]
}
]
}

@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 

ganeshsanap_1-1672996512910.png


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.