PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloper’s Guide

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 NameDescriptionTypeDefaultNotes
visibleShow or hide the divider linebooleantrue
nameUnique element namestring
idUnique element IDstring

For support, please join our Discord community for further assistance and support.

On this page