Forms & Tasks Designerπ π§¨
Elements
Heading
2 min
the heading element renders a prominent title or section header within a form it is a pure display element β it outputs styled heading text and carries no data value use it to introduce major sections, highlight important instructions, or provide a visual title that anchors a block of related fields because its label is part of the data model in procesio forms, the heading text can be updated dynamically at runtime β useful for personalizing a form (e g , 'welcome, john') or reflecting the current state of a process (e g , displaying the name of the record being reviewed) key use cases β’ section titles within long forms to improve scannability β’ personalizing a greeting at form load by setting label from a process variable β’ displaying the name of the record, case, or request being acted on β’ conditionally showing a warning header when specific conditions are met 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 label the heading text content β updateable at runtime string β β tooltip help text shown alongside the heading string β β visible controls element visibility 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
