Adding Form Elements
Form elements are the fields that people fill in when running your process. You can add multiple elements to each task.
Available element types
| Element | Description |
|---|---|
| Text | Rich HTML content block for instructions or descriptions |
| Short Text | Single-line text input |
| Long Text | Multi-line text area |
| Number | Numeric input |
| Email address with validation | |
| Website | URL input with http/https validation |
| Date | Date picker |
| Checkbox | Toggle on/off |
| Dropdown | Select one option from a list |
| Multichoice | Select multiple options from a list |
| File Upload | Attach a file |
| Image | Upload an image |
| Line Break | Visual divider between elements |
Element settings
Each element can be configured with:
- Label — The field name shown to users (can be hidden).
- Placeholder — Hint text shown when the field is empty.
- Required — Whether the field must be filled in before completing the task.
- Full width — Stretch the element to the full width of the task.
Adding and reordering
- Click Add Element in the task sidebar to add a new element.
- Drag elements to reorder them within a task.
- Click the delete icon on any element to remove it.
Last updated on