Skip to content

Field types

Capture profiles support 15 field types. This page is the complete reference; for how fields fit into profiles, see Capture profiles.

All 15 types

TypeWhat the field user sees/doesOptions you can setExample use
textA single-line text box.Required, help text, min/max length, pattern, conditional visibilityClaim number, policyholder name
long_textA multi-line text area for narratives.Required, help text, min/max length, conditional visibilityLoss description, adjuster notes
numberA numeric keypad entry.Required, help text, min/max value, conditional visibilityNumber of rooms affected, quantity of an item
currencyA money amount entry.Required, help text, min/max value, conditional visibilityEstimated item value, deductible
booleanA yes/no toggle.Required, help text, conditional visibility"Utilities shut off?", "Pre-existing damage?"
dateA calendar date picker.Required, help text, conditional visibilityDate of loss, purchase date of an item
datetimeA date picker plus time.Required, help text, conditional visibilityExact time of incident, inspection appointment
selectPick one option from a list.Required, help text, options list, conditional visibilityCause of loss, room type, condition rating
multiselectPick any number of options from a list.Required, help text, options list, conditional visibilityDamage types present, services required
phoneA phone number entry.Required, help text, conditional visibilityPolicyholder contact number
emailAn email address entry.Required, help text, conditional visibilityPolicyholder email
barcodeScan a barcode or QR code with the device camera.Required, help text, conditional visibilityAppliance serial tags, inventory barcodes
fileAttach a file, captured in the field app.Required, help text, conditional visibilityScanned policy document, contractor estimate
media_refReference another captured media item.Required, help text, conditional visibilityLink an item entry to its photo
signatureDraw a signature on the device screen.Required, help text, conditional visibilityPolicyholder sign-off, authorization to proceed

Options reference

  • Required: the field must be filled before work can be submitted.
  • Help text: a hint shown beneath the field in the field app.
  • Min / Max: numeric bounds, available on number and currency.
  • Min length / Max length / Pattern: text constraints, available on text-like fields. Patterns are regular expressions for strict formats such as claim numbers.
  • Options list: the choices offered by select and multiselect fields.
  • Conditional visibility: show the field only when a rule is met, in the form "When field {sibling} Equals {value}". The rule references a sibling field in the same entity. Example: show "Cause of loss detail" only when "Cause of loss" equals Other.

Notes

  • file, media_ref, and signature are field-app only. They are captured in the iOS app and appear read-only in the console. You can view their values but not edit them.
  • Keys are auto-generated. When you type a label like "Loss Information", the key becomes loss_information automatically (snake_case: lowercase words joined by underscores). Keys are the stable identifiers used in event data and webhooks.
  • There are no per-assignment photo-count minimums. If a carrier requires a minimum number of photos per room, enforce it through review practice rather than profile configuration.

Contents Capture Admin Guide