Forms & Tasks Designerπ π§¨
Elements
Section
2 min
the section element is a structural container that groups related form elements under a common labeled area think of it as a visual and logical divider β it wraps a set of fields into a named block, making complex forms easier to scan, understand, and navigate for end users sections are especially useful for long forms where you want to organize inputs into logical groups (e g , personal information, billing details, attachments) without resorting to multi step flows because the visible attribute is part of the element's data model in procesio forms, entire sections can be shown or hidden dynamically based on user choices or process outputs β enabling conditional form sections without any custom code key use cases β’ grouping related fields visually (e g , 'shipping address', 'payment details') β’ showing or hiding entire form sections at runtime based on a select input or checkbox β’ organizing approval forms into 'request details' and 'review & decision' sections β’ using multiple sections as pseudo steps in a single page form layout runtime api β attributes in procesio forms all attributes below are accessible and modifiable at runtime via the element's data model in procesio forms β on any available event such as onload or onchange api name description type default notes label the section's header/title text string β β tooltip help text shown alongside the section label string β β visible show or hide the entire section and all its children boolean true β name unique element name string β β id unique element id string β β for support, please join our https //discord com/invite/cebukgjefv for further assistance and support
