PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Columns

Each Column within the Columns container has its own label and visibility controls, giving you fine-grained layout control. The parent Columnsโ€ฆ

Each Column within the Columns container has its own label and visibility controls, giving you fine-grained layout control. The parent Columns element also provides a hidelabels option to suppress individual field labels for an even more compact presentation. Both the parent and each individual column's visibility can be toggled at runtime via the data model.

Key Use Cases

โ€ขย ย ย ย ย ย ย  Side-by-side first/last name, city/country, or start/end date fields

โ€ขย ย ย ย ย ย ย  Compact review layouts showing a label column and a value column

โ€ขย ย ย ย ย ย ย  Conditionally hiding one column to collapse a two-column layout to one

โ€ขย ย ย ย ย ย ย  Creating responsive-feeling form layouts without custom CSS

Runtime API โ€” Attributes in Procesio Forms

Both the Columns container and each individual Column have their own API attributes, all accessible at runtime via the data model.

Columns Container:

API NameDescriptionTypeDefaultNotes
hidelabelsIf true, suppresses labels inside all child columnsbooleantrueโ€”
visibleShow or hide the entire columns containerbooleantrueโ€”
nameUnique element namestringโ€”โ€”
idUnique element IDstringโ€”โ€”

Individual Column:

API NameDescriptionTypeDefaultNotes
labelDisplay label for this columnstringโ€”โ€”
tooltipHelp text shown alongside this column's labelstringโ€”โ€”
visibleShow or hide this specific columnbooleantrueโ€”
nameUnique column namestringโ€”โ€”
idUnique column IDstringโ€”โ€”

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

On this page