Field Types
13 field types to choose from.
Input fields
| Type | What it does |
|---|---|
| Short text | Single-line text |
| Long text | Multi-line textarea |
| Email address | |
| Phone | Phone number |
| Number | Numeric input |
| Date | Date picker |
| URL | Web address |
| Yes/No | Two radio buttons |
| Single select | Pick one option from a list |
| Multi select | Pick multiple options from a list |
| File upload | Upload files |
Layout fields
These don't collect answers. They help structure the form:
| Type | What it does |
|---|---|
| Section header | A bold title to separate sections |
| Paragraph | Instructional text |
File uploads
For file upload fields, you can set:
- Accepted types - All files, images only, or documents only
- Max files - 1 to 10 per field
Limits: 10 MB per file, 20 files total per form.
Variable keys
Any field can have a variable key (like venue_name). This lets you reference the answer in contract templates using {{q:venue_name}}. Handy for pulling questionnaire answers into contracts automatically.