How do I Stretch Field across 4 columns?

Copper Contributor

I am kind of new to SharePoint. I am working on our site for the company I work for. I have gotten pretty far on my own, But I have hit a snag and looking for help.

 

In a list I am formatting the layout of the edit menu that pops out from the right. I learned how to put the fields in sections in the order I want. This all works great. My problem is with the very last field in the last section. It is a multi-line text field that I want to stretch across the area of all 4 columns.

 

Here is an Image.

Screenshot 2022-02-11 091627.png

Here is the formatting code

 

 

{
    "sections": [
        {
            "displayname": "Stages / Status",
            "fields": [
                "Stage",
                "RFQ Status",
                "Submittals"
            ]
        },
        {
            "displayname": "Setup",
            "fields": [
                "Project",
                "Customer",
                "Proposal Due",
                "Plans",
                "Bid Type",
                "3rd Party",
                "Tax-Exempt",
                "HUD",
                "No. of Bldgs",
                "No. of Units",
                "ITB Method",
                "Opportunity Type",
                "Construction Type"
            ]
        },
        {
            "displayname": "Additional Dates",
            "fields": [
                "Proposal Sent",
                "Est. Trim Start",
                "Est. Contract",
                "Bid Accepted",
                "Opportunity Won",
                "Received PO"
            ]
        },
        {
            "displayname": "Contacts",
            "fields": [
                "Sr. Estimator",
                "Estimator",
                "Sr. Project Manager",
                "Project Manager",
                "Asst. Project Manager"
            ]
        },
        {
            "displayname": "Additional Info",
            "fields": [
                "Lost / Not Awarded",
                "On Hold",
                "On Hold Reason",
                "Job Value"
            ]
        },
        {
            "displayname": "",
            "fields": [
                "ITB Description"
            ]
        }
    ]
}

 

 

 

1 Reply

@RichardA1969 sorry, that isn't possible currently.

 

Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)