Skip to content

Forms

Forms. Build a property form over any entity type, save it as a reusable Layout object, and every fill creates a real object of that type — there is no submissions inbox to shovel data out of. It also renders invoices to PDF.

Forms: The builderForms: The builder
The builder — Pick a target type and compose its fields from the live property catalog.
Forms: Fill modeForms: Fill mode
Fill mode — Each fill validates required fields and creates a real object of the target type.
Forms: InvoicesForms: Invoices
Invoices — Line items, totals, and a live paper preview, exportable to PDF.
  • Pick a target type and compose its fields from the live vault property catalog, with per-field label overrides.
  • Group related fields into sections and drop in real page elements — all from the same add button.
  • A grid mode lays fields out side by side instead of one per row; the form you fill in renders through the same layout you designed.
  • Conditional visibility per field, using the same predicate language as Database filters.
  • Fill mode validates required fields and mints a new entity on create.
  • Forms are reusable vault objects, scoped to the type they create.
  • An Invoice document type with line items, tax, status, and totals, rendered to PDF.
  • Database — where the created objects show up