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.
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:
- Filling in a browser preview and downloading: Some in-browser viewers keep the value on screen only and never write it to the file.
- Printing and rescanning: The values become image data — fine, but no longer searchable.
- Opening in a different program: Simple viewers may not render the form layer at all.
- Merging: Identically named fields can collide during a merge.
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.
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.
- Open the document and add text where it needs to be filled.
- Match the text size roughly to the line height; too large overflows, too small is unreadable.
- Use an X or a ✓ character for checkboxes.
- Leave the signature for last.
- Read every field once more before saving.
Common mistakes
| Mistake | Consequence | Prevention |
|---|---|---|
| Inconsistent date format | Rejection | Follow the format the form asks for exactly |
| Text overflowing its field | Unreadable output | Reduce the text size |
| A required field left empty | Sent back | Read through once before submitting |
| Unflattened form | Values disappear | Flatten 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
Archiving PDFs So They Still Open in Ten Years
What PDF/A is, how it differs from ordinary PDF, what degrades over long-term storage, and which archiving decisions cannot be undone.
Why Does Text Come Out Garbled When Copied From a PDF?
Why copied text turns into nonsense characters, why words run together, why line breaks vanish, and which of these problems can actually be fixed.
Working With PDFs on a Phone: What Works and What Does Not
Merging, signing and scanning PDFs on a phone, where memory limits kick in, and which jobs are better left to a computer.
Try Konta PDF
Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.
Open the tools