FormSectionColumn

Container for Grouped Form Fields

FormSectionColumn is a structural element within the EveryDataStore Smart Form Builder. It is used to group multiple form fields vertically inside a specific FormSection.

Each FormSection can contain up to four columns. A FormSectionColumn represents one of those vertical containers and allows you to organize related FormFields (such as text inputs, dropdowns, date pickers, etc.) into a clean and logical layout.

The position of a column within a section is fixed and defined during form design. This ensures a predictable structure for both the user interface and the data entry process.

FormSectionColumn plays a critical role in creating well-structured, user-friendly forms, especially when working with complex data models that require visual grouping and clarity.

Name

FormSectionColumn

Properties

Name

Type

Description

Slug

Varchar(110)

EveryDataStore-ID

Relations (has one)

Section

Relations (has many)

FormFields