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
Type Use for
Text Names, titles, short text
Textarea Long descriptions, addresses
Number Amounts, quantities
Date Dates with formatting options
Select Dropdown with predefined options
Checkbox Yes/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}}:

Field Label Type Required Default
client_name Client Name Text Yes
project_scope Project Scope Textarea Yes
total_amount Total Amount Number Yes 0