Hide and show containers in form

Hello everyone.

I would like to have 4 containers in my form that I can show or hide depending on the status of a checkbox.
But I can't find any way to create a container in the form designer and give it a name.

How can I implement this?

Dear @Pfeilomatic,
What do you mean, can't create a Container? You can use any of these that you like:

And this section in our documentation on how to work with them - Container types — Plumsail SharePoint Forms Documentation

If you want help with specific container - let us know! If you have any questions - please, attach screenshots of what you see, so we can help better!

Hy.
I can create the container.
But i don't know how to show/hide the container depending on a yes/no filed.

Hey @Pfeilomatic,

you can assign a class to your container and use js to hide it based on your field:


image

The documentation also has the information about it: Grid — Plumsail SharePoint Forms Documentation

1 Like