-
Notifications
You must be signed in to change notification settings - Fork 1k
Configure body of a form in MS Lists #7946
Copy link
Copy link
Closed
Labels
area:docs-commentCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devarea:list-formatting-formCategory: List form formatting with JSONCategory: List form formatting with JSONtype:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active work
Metadata
Metadata
Assignees
Labels
area:docs-commentCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devarea:list-formatting-formCategory: List form formatting with JSONCategory: List form formatting with JSONtype:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active work
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi all,
thanks a lot for a great tips and all useful tools.
I was trying to configure the body of my form in Lists - braking scroll down form into different sections with assigned fields. Somehow, it didn't really followed the structure I assigned - it distributed all fields equally 4 in each section. That's not what i needed. (for example the "Engagement status" and "Deadline for required documents" fields ended up under "Accommodation & Travel" section instead of "Details" section.
Any advice where have I missed something?
Huge thanks!
Jan
Screenshot of the problem:

Here's the code I'm using:
{
"sections": [
{
"displayname": "",
"fields": [
"Title",
"E-mail",
"Assigned to",
"Priority"
]
},
{
"displayname": "General information",
"fields": [
"Position",
"Status",
"Start of engagement",
"End of engagement"
]
},
{
"displayname": "Details",
"fields": [
"Form of engagement",
"Engagement Status",
"Required documents",
"Received documents",
"Deadline for required documents",
"Work permit"
]
},
{
"displayname": "Accommodation & Travel",
"fields": [
"Accommodation",
"Travel"
]
}
]
}
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.