Creator Documentation

Sections & Fields

How the builder supports multiple sections and which field types are available in the workspace.

Docs Home04 / 06

The builder supports grouped sections. Each section contains its own ordered list of fields, which lets you structure long forms into logical blocks.

Creating sections

In the /create workspace, use the section controls to add a new section block. Each section can be renamed, given a description, and populated with fields from the toolbox.

Field model

Every field keeps a stable ID, label, type, and optional presentation details like placeholder, hint, default value, and required state. Choice fields use an options list, while range and photo controls add their own type-specific properties.

Type StringDescriptionSpecific Attributes
text, email, tel, numberStandard single-line inputs with native validation behavior.placeholder, required, min, max
date, timeNative browser date and time pickers that keep the submitted value format unchanged.required, min, max
textareaMulti-line text area for longer responses.rows, maxLength
selectDropdown selector with a defined options list.options
checkbox-group, radioMultiple-choice and single-choice groups.options
rangeSlider control with a live value display.min, max, step, defaultValue
photoCamera photo upload input with client-side validation and encrypted payload handling.maxSizeMb, allowedTypes
Get the appDownload App