Sections - Types & Options
Last updated
Last updated
Sections without additional fields defined inside of them will be represented as checkbox field.
In this mode checkbox will control if part of document withing the section will be rendered or not.
You can change text that will be displayed inline with checkbox
You can decide if checkbox will be checked initially on your form.
Sections with extra fields could be represented in multiple ways.
Single mode will output template in the document only once. In form section fields will be grouped together as section.
This mode is useful if you want to group extra fields or show them to the user based on condition
Single vs Single Optional
“SingleOptional” - Will wrap form for section fields with additional checkbox. You can use it to ask user in the form for something and based on choice show or hide additional fields.
You can add/edit/remove multiple items and fields that will be repeated in output template
This mode is useful for table rows, list, card lists
Multiple vs Multiple Optional
“Multiple Optional” - Will wrap adding section item with additional checkbox. You can use it to ask user in the form if he want to add multiple items.
As label state it’s minimal amount of items. If it will be set form initially will setup minimal number of row and prevent user from deleting them.
As label state it’s maximum number of items. If it will be set form will prevent user from adding more row items than it’s defined in this setting