Skip to content

Field types

When building a profile, each field has a type that decides how field users enter it and how it's validated. Here's the full set.

TypeWhat field users seeUse it for
TextA single-line boxShort labels, names, model numbers
Long textA multi-line boxDescriptions, narrative notes
NumberA numeric keypadCounts, measurements
CurrencyA money inputEstimated values, costs
Yes / NoA toggle"Filed a police report?"
DateA date pickerDate of loss, purchase date
Date & timeA date + time pickerPrecise event times
Dropdown (select)Pick one option"Condition": New / Good / Fair / Poor
Multi-selectPick several options"Damage types": Smoke, Water, Soot
PhoneA phone inputContact numbers (validated format)
EmailAn email inputContact emails (validated format)
BarcodeA scannerUPC / QR for fast item identification
FileAttach a document/photoPolice reports, receipts, prior estimates
Media referenceLink to a captured itemTie a field to a specific photo
SignatureSign on screenAcknowledgements / sign-offs

Validation options

Per field, you can require and constrain input:

  • Required — must be filled before the form is complete (e.g. mandatory Condition).
  • Min / Max — numeric bounds (e.g. value ≥ 0).
  • Length — minimum/maximum characters for text.
  • Pattern — a format rule for advanced cases.
  • Options — the choices for dropdown / multi-select fields.

Conditional visibility

Any field can be set to appear only when another field has a specific value — so forms stay short and relevant. See the police-report example.

TIP

Prefer dropdowns over free text wherever you can. Consistent, pickable values make the downstream inventory and any reporting far cleaner than typed-in text.

Mission-critical loss documentation. Offline-first. Nothing lost.