SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.24k stars 1k forks source link

Configure body of a form in MS Lists #7946

Open JanSpotak opened 2 years ago

JanSpotak commented 2 years ago

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:

Screenshot 2022-05-07 at 11 56 37

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.

ghost commented 2 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.