Fields Panel
The Fields panel (centre column of the Design tab) shows all fields belonging to the selected section. Fields define what data contributors enter in each edition.
Adding a field
- Select a section from the Sections list (left column).
- Click + Add Field at the bottom of the Fields panel.
- The Field Type Selector modal opens — choose a field type.
- The field is added to the section and the Field Properties drawer opens to configure it.
Supported field types
| Category | Field types |
|---|---|
| Text | Text (single line), Textarea (multi-line), Rich Text (formatted) |
| Numeric | Number, Currency, Percent |
| Date/Time | Date, Datetime |
| Choice | Select (single option), Multi-select (multiple options) |
| Boolean | Toggle (yes/no), Checkbox |
| Visual | RAG Status (Red/Amber/Green), Rating (1–5 stars) |
| Files | Image (single image), File (attachment) |
| Contact | Email, URL |
| Computed | Computed (expression-based calculated value — read-only) |
| Reference | Lookup (pulls values from another section in the same or other blueprint) |
For detailed options per field type, see Blueprint Field Types.
Field list
Each field row in the Fields panel shows:
| Element | Description |
|---|---|
| ⠿ Drag handle | Reorder fields by dragging |
| Type icon | Icon representing the field's data type |
| Field name | Display name for the field |
| Data type tag | Short label of the field type (e.g. "Currency", "Select") |
| ⚙ Settings | Open the Field Properties drawer |
| 🗑 Delete | Remove the field |
Reordering fields
Drag the ⠿ handle on the left of any field row to change its position within the section. Field order determines the column order in grid mode and the display order in form mode.
Deleting a field
Click the delete icon on the field row and confirm the prompt.
Deleting a field removes it from all editions, including existing data stored in that field. This cannot be undone.
Field Properties drawer
Click the ⚙ settings icon on any field to open the Field Properties drawer (slides in from the right). The drawer updates in place as you navigate between fields without closing.
Common properties (all field types)
| Property | Description |
|---|---|
| Label | Display name shown to contributors. Required. |
| Field key | Internal identifier (auto-generated from label, editable). Used in expressions and output bindings. |
| Required | If on, contributors cannot submit the edition without entering this field. |
| Placeholder | Hint text shown inside the empty input (form mode only). |
| Default value | Pre-filled value when a new edition row is created. |
| Helper text | Short instruction shown below the field in form mode. |
Type-specific properties
| Field type | Additional properties |
|---|---|
| Number / Currency / Percent | Min value, Max value, Decimal places |
| Text / Textarea | Min length, Max length, Regex pattern validation |
| Date / Datetime | Min date, Max date, Relative date constraints (e.g. after edition start date) |
| Select / Multi-select | Options list (label + value pairs), allow "Other" input, Min/Max selections |
| Image | Thumbnail size |
| File | Allowed file types, Max file size |
| Computed | Expression editor — reference other fields in the section or across sections |
| Lookup | Source blueprint, source section, display field, value field |
Conditional visibility
Each field can be hidden or shown based on another field's value in the same section:
- Open the Field Properties drawer → Conditional visibility.
- Set Show when conditions (e.g. show this field when
Status= "At Risk"). - Conditions use AND logic by default (all conditions must be true).
Contributors only see the field when the condition is met. Hidden field values are preserved (not deleted) when the condition toggles.
Field keys and output binding
Each field has a field key — a stable identifier used in:
- Output Designer expressions (
[sections.SectionName.fields.fieldKey]) - Computed field formulas
- Lookup references
The field key is auto-generated from the label when the field is first created. Rename it only before the blueprint is published — changing the key after publishing breaks output bindings referencing the old key.
Related
- Blueprint Field Types — complete reference for all 18 field types
- Sections Panel — create and organise sections
- AI Design — AI can suggest fields and types from an uploaded document
- Form Designer — control how fields are laid out in form mode