Skip to content

Configuring Fields

After importing a template, you can configure each detected field to match your workflow.

The display name shown in the fill form. By default, Picaro converts {{field_name}} to “Field name”. You can change this to anything.

Optional description shown below the field. Use this to explain what the field is for or provide formatting hints.

Pre-filled value shown when the form loads. Useful for fields that usually have the same value.

Set rules to ensure fields are filled correctly:

  • Required — Field must have a value
  • Min length — Minimum character count
  • Max length — Maximum character count
  • Pattern — Regular expression pattern
TypeUse for
TextNames, titles, short text
TextareaLong descriptions, addresses
NumberAmounts, quantities
DateDates with formatting options
SelectDropdown with predefined options
CheckboxYes/no or true/false values

Show or hide a field based on the value of another field. This is useful for forms where some fields only apply in certain situations.

Organize related fields into collapsible groups. This keeps long forms manageable.

Configure how exported files are named using field values:

{{client_name}}_{{document_type}}_{{date}}

This might produce: Acme_Corp_Contract_2024-01-15.pdf

For a contract template with fields {{client_name}}, {{project_scope}}, and {{total_amount}}:

FieldLabelTypeRequiredDefault
client_nameClient NameTextYes
project_scopeProject ScopeTextareaYes
total_amountTotal AmountNumberYes0