Prefill policies

A prefill policy controls what autofill does for a field. The three options are always_prefill, prefill_if_value, and leave_blank_for_client.

Last updated

A prefill policy controls what autofill does for a field. The three options are always_prefill, prefill_if_value, and leave_blank_for_client.

What you need

  • A template with at least one field

The three policies

always_prefill — autofill writes the resolved value every run (the default behavior). If the value is empty the field simply renders empty; there's no special "stamp blank text" semantics — empty is just empty.

prefill_if_value — autofill writes only when a non-empty value resolves. If the source returned nothing, the field stays empty on the output. Use to avoid putting "N/A" or empty rectangles where you'd rather have nothing.

leave_blank_for_client — autofill skips the field entirely so a collaborator can fill it in through the portal. Use for signature lines, client-only details, or anything that should be filled in by someone outside your workspace.

Step by step

  1. Open the template and click a field.
  2. In the field properties panel, find Prefill policy.
  3. Pick one of the three options.
  4. Click Save.
A leave-blank-for-client field
NameClient Signature
Typesignature
Sourcequestion
Policyleave_blank_for_client

Tips

We use cookies to keep you signed in and improve the product. See our Cookie Policy.
Manage preferences