Forum Discussion

Swami_Nawale's avatar
Swami_Nawale
Copper Contributor
Jul 28, 2023
Solved

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

  • SvenSieverding's avatar
    SvenSieverding
    Bronze Contributor
    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

Resources