Forum Discussion
Swami_Nawale
Jul 28, 2023Copper Contributor
Sharepoint form customization
Hello there,
I'm using Sharepoint online list form and did some customizations by referencing this doc.
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-configuration
My Question is How can I hide/show specific section (not fields) based on some dropdown values
- Unfortunately you can only hide fields using declarative form customizations with JSON. Sections will always be displayed.
If you want to do that, then you need to either customize the form using PowerApps or an SPFX form customizer.
Best Regards,
Sven
1 Reply
Sort By
- SvenSieverdingBronze ContributorUnfortunately you can only hide fields using declarative form customizations with JSON. Sections will always be displayed.
If you want to do that, then you need to either customize the form using PowerApps or an SPFX form customizer.
Best Regards,
Sven