Form Builder
The form builder is where you arrange pages, fields, and behavior before publishing.
Builder Route
Saved forms are edited at /forms/{formId}/edit.
Builder Capabilities
Current builder features include:
- Multi-page form flows.
- Drag-and-drop row and field arrangement.
- Field configuration for labels, names, placeholders, required state, and defaults.
- Style controls that carry into public rendering and exported code.
Supported Output Modes
The builder tracks output mode and currently supports server-actions, react-hook-form, tanstack-form, and bring-your-own form workflows.