01 — WHAT'S INCLUDED
The current release follows a form from its native Umbraco designer through filling,
storage, export, and downstream work.
Included Build and publish forms in a dedicated Umbraco workspace instead of maintaining a separate forms universe.
- Notion-style block stream with inline question editing.
- Page breaks, headings, text, dividers, and grid layout blocks.
- Draft and immutable published versions.
Questions and file uploads
Included Use a verified roster of 16 semantic question types with settings and validation owned by reusable behaviors.
- Text, contact, number, date, choice, consent, scale, rating, hidden, and password inputs.
- Staged single or multiple file uploads with total-size and file-type rules.
- Authenticated file downloads from private storage.
Render and fill in your site
Included Render published forms through the package’s Razor helper or tag helper using the traditional fill experience.
- Client guidance backed by authoritative server validation.
- Culture-aware labels, help text, endings, and form variants.
- CSP-compatible output without inline style attributes.
Protected multipage forms
Included Break longer forms into pages while the server protects in-progress answers and navigation state.
- Culture-aware Previous, Next, and Submit labels.
- Server revalidation before a submission is accepted.
- Uploaded files survive valid page navigation.
Included Keep accepted entries tied to the exact published form version that respondents completed.
- Browse entries in the Intercourse backoffice workspace.
- Export entries as CSV.
- Encrypt sensitive answers at rest and apply configured retention.
Automations that can be inspected
Included Move accepted answers into downstream work without turning submission handling into invisible fire-and-forget code.
- Persisted email and HTTP workflows with retries and execution history.
- Umbraco Automate form-submitted trigger with question-slug output.
- Optional per-automation form filtering.