Divider
The Divider element renders a horizontal rule — a clean visual separator line — between sections of a form. It is the simplest structural element in…
The Divider element renders a horizontal rule — a clean visual separator line — between sections of a form. It is the simplest structural element in Procesio Forms: it carries no data, has no label, and requires no configuration beyond its visibility and identity attributes.
Despite its simplicity, the Divider is a valuable layout tool. It provides clear visual breaks between logically distinct parts of a form without introducing the overhead of a full Section container. Like all elements, its visibility is part of the data model and can be toggled at runtime if you want to conditionally show or hide the separator.
Key Use Cases
• Adding a visual break between a form's data-entry area and its action buttons
• Separating an approval decision block from the request details above it
• Creating breathing room in dense, field-heavy forms
• Toggling visibility at runtime when adjacent sections are shown or hidden
Runtime API — Attributes in Procesio Forms
All attributes below are accessible and modifiable at runtime via the element's data model in Procesio Forms.
| API Name | Description | Type | Default | Notes |
|---|---|---|---|---|
| visible | Show or hide the divider line | boolean | true | — |
| name | Unique element name | string | — | — |
| id | Unique element ID | string | — | — |
For support, please join our Discord community for further assistance and support.
Stepper
The Stepper element breaks a long or complex form into a sequence of named steps, presenting one step at a time with Previous and Next navigation…
Tabs
The Tabs element organizes form content into multiple tabbed panels, allowing users to switch between different views or sections of a form without…

