When adding a question in the form builder, you can choose from these types:
| Type | What it's for | Extra options |
|---|---|---|
| Label | A non-input line of text — a section heading or instructions. Not collected as data. | Subheading text |
| Short response | A single-line text answer (name, phone number, etc). | Placeholder, default value, validation |
| Long Response | A multi-line text area for longer free-text answers. | Placeholder, default value, validation |
| Date | A date or time picker. | Format: Date and Time / Date / Time |
| Number | A numeric input. | Step value, default value, validation |
| Multiple choice | Radio buttons (or checkboxes, if multiple selections are allowed). | Add/remove options, allow multiple responses, validation |
A Label field can't have validation rules since there's nothing for a visitor to type — it's purely presentational.
See also: Validation.