Forum Discussion
SharePoint List Form Configure Layout - Body Not Working
- Aug 04, 2021
I have observed this behavior as well on my SharePoint site. Try below things after "saving" the JSON in body section:
- Refresh the page (hard refresh: Ctrl + F5 in windows)
- Clear browser cache
It worked for me after hard refresh and I also think that this is a temporary issue from Microsoft side (maybe because of latest updates in SharePoint online).
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.
May be we turn to build form on Power APP
Deleted
- DeletedJan 20, 2022I was hoping in this specific case to keep the form simple and light but I literally tried everything under the sun such creating list from blank, using pre built list, using content types and seconds after I save the form my code simply goes away. It does not seem to be a caching issue either because I tried it from multiple computers, incognito, mode etc...
- Dev88Jan 20, 2022Copper Contributor
Deleted what happens is that once you save, extra syntax commas and brackets are added that makes its invalid, the way around that was to paste in Visual Studio Code or something similar where it can recognize JSON syntax and error out the ones that are not matching up and fix it there then copy it back but this is not a solution for sure because if you change anything it will do that again but if you dont it will stay the same.
- DeletedJan 20, 2022To everyone having issues on this: The problem does not occur when I use a regular list with content type management turned off. Hopefully this is something that can be added in the future because site columns in the content type hub can have formatting added to them and they work just fine throughout multiple sites.