Forum Discussion
How to hide fields in newform, dispform, editform (SharePoint 2016)
Hi,
I would like to hide some fields in newform, dispform, editform for a specific list.
What is the best way to do it (javascript, powershell) ?
Thanks for your help
Arioule
Arioule : Yes you can try hiding it with content types in List settings. There is a Out of the box option using the link below
https://sharepoint.stackexchange.com/questions/141857/hide-list-column-on-new-edit-item-ootb
If the form has to be customized (in modern UI), then you can try with PowerApps.
Adding to it, there was a video (link below) where they are planning to have JSON formatting for fields in forms
https://www.youtube.com/watch?v=wdbGtmFf7bs
- Jerry WinstenBrass Contributor
Arioule : Yes you can try hiding it with content types in List settings. There is a Out of the box option using the link below
https://sharepoint.stackexchange.com/questions/141857/hide-list-column-on-new-edit-item-ootb
If the form has to be customized (in modern UI), then you can try with PowerApps.
Adding to it, there was a video (link below) where they are planning to have JSON formatting for fields in forms
https://www.youtube.com/watch?v=wdbGtmFf7bs- AriouleCopper Contributor
Thanks a lot Jerry Winsten for your help