Skip to content

Elements

Elements are the building blocks of a screen. Add them by dragging from the Elements Toolbox onto the canvas.


Displays a title with optional supporting text. Use it to introduce a screen or a section within a screen.

Heading element


Displays a paragraph of body text. Supports size and alignment options.

Text element


A single-line text field. Supports placeholder text, a default value, and several input types (text, email, password, URL).

Input element


A numeric field. Accepts optional minimum and maximum constraints.

Number Input element


A text field formatted for phone number entry.

Phone Number element


A composite field that renders First Name and Last Name inputs side by side. The two inputs are submitted as separate values.

Name element


A dropdown that presents a fixed list of options. Set the available options in the Settings Section.

Select element


A single boolean toggle with a label. The value submitted is true or false.

Checkbox element


A single-select list rendered as stacked radio buttons. Define the options in the Settings Section.

Radio Group element


A single-select field rendered as clickable cards. Supports horizontal or vertical layout. Define the options in the Settings Section.

Radio Cards element


Displays an image inline. Accepts a URL, width, and horizontal alignment.

Image element


A horizontal rule. Use it to visually divide sections of a screen.

Separator element


An invisible block that adds vertical space between elements. Height is configurable.

Spacer element


An action button. Set Button Type to Submit to advance the form when clicked. A screen must contain at least one Submit button to have an outgoing connection in the layout.

Button element