Filling and Flattening PDF Forms

Being told the form you submitted arrived blank is maddening. The cause is nearly always the same: form data is stored as a separate layer on top of the document, and that layer is not visible in every program.

Updated:

Two kinds of "form"

A real form (AcroForm): The document defines fields; you click and type. Values are held in a separate data structure.

A flat document: Only lines and labels, nothing to click. Filling it means adding text boxes on top.

Telling them apart is easy: click a blank and if a cursor blinks it is a real form; if nothing happens it is a flat document.

Why values disappear

Form values are not part of the visible page content; they live in a separate layer. That layer can be lost when:

Flattening is the reliable fix

Flattening converts the values in form fields into permanent page content. The fields are no longer editable; your text behaves like text printed on the page.

Three benefits: the values cannot be lost in any program, the recipient cannot alter them by accident, and the document will not cause field collisions in a merge. The only cost is that you cannot correct it afterwards — so keep an unflattened filled copy for yourself.

Advertisement

Filling a PDF that has no form fields

Most documents institutions send are really scanned paper: there is nothing to click. The way to fill them is to add text boxes.

  1. Open the document and add text where it needs to be filled.
  2. Match the text size roughly to the line height; too large overflows, too small is unreadable.
  3. Use an X or a ✓ character for checkboxes.
  4. Leave the signature for last.
  5. Read every field once more before saving.

Common mistakes

MistakeConsequencePrevention
Inconsistent date formatRejectionFollow the format the form asks for exactly
Text overflowing its fieldUnreadable outputReduce the text size
A required field left emptySent backRead through once before submitting
Unflattened formValues disappearFlatten before sending

Finally: a completed form carries personal data. Before sending, it is a good habit to check whether anyone else's information is still in the document and to look once at the invisible metadata.

Frequently asked questions

Why did my filled form arrive blank?

Form values are a separate layer, not part of the visible page content. Some in-browser viewers keep the value on screen only and never write it to the file. Close and reopen the file before sending to check.

What does flattening do?

It converts field values into permanent page content. The values cannot be lost in any program, the recipient cannot change them by accident, and merging will not cause field collisions.

How do I fill a form with no clickable fields?

By adding text boxes on top. Most documents institutions send are scanned paper with no real form fields; matching the text size to the line height gives a clean result.

Why did values mix up after merging two forms?

Fields sharing a name can behave as one field in the merged document, so a value typed into one appears in the other. Flattening before merging removes the behaviour.

More guides

Try Konta PDF

Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.

Open the tools