How to fill out a PDF form
Half the frustration here comes from not knowing which of two very different files you're holding.
Two things, one name
A PDF form is either interactive or it isn't, and almost every problem people hit comes from treating one as the other.
An interactive form — technically an AcroForm — has real form fields built into the file. Click near a box and a cursor appears; press Tab and it jumps to the next field. The values you type are stored as data, separate from the page, which means software can read them back out later.
A flat form is a page with lines and boxes drawn on it. It might be a scan of a paper form, or an export from a design tool where the fields were never made interactive. There is nothing to click. To a PDF reader it is indistinguishable from any other page.
The test takes a second: open the file and click where a value should go. A blinking cursor means interactive. Nothing at all means flat.
Filling an interactive form
This is the easy case. Any reader can do it — browsers included. Click a field, type, Tab to the next.
Two things are worth knowing. Text that vanishes when you click away usually means the field has an appearance problem rather than a lost value; the data is there, the reader just isn't drawing it. Reopening in a different reader normally shows it.
And if a field refuses to accept input at all, the document may carry permission restrictions that ask readers to block form filling. That is a flag in the file rather than encryption — the content was never hidden — so it can be removed without a password.
Filling a flat form
With no fields to click, you are adding new content on top of the page. The options, roughly in order of how well they hold up:
- Add text directly onto the page. A text-editing tool lets you place typed characters at a position. It stays crisp at any zoom and is legible when printed — the best result for a form someone will actually read.
- Print, fill by hand, scan. Reliable, universally accepted, and slow. Still the right answer for anything needing a wet signature in a jurisdiction that insists on one.
- Sign or stamp an image. Fine for a signature. Poor for a name and address, because typed text placed as an image is fuzzy and cannot be searched.
- Fill it in a word processor. Tempting and usually a mistake — importing a PDF into Word rebuilds the layout by guessing, and forms are exactly where that guessing goes wrong.
Flatten it before you send it
If you filled in an interactive form, there is one more step worth taking. Until it is flattened, the values live in form fields that anyone can edit — and the field can retain earlier values in the file's revision history even after you change them.
Flattening merges the current values into the page content and removes the interactive layer. The result looks identical and reads identically, but the numbers are now part of the page rather than editable data sitting on top of it.
For anything financial, legal, or submitted to an institution, flatten before sending. It is the difference between a completed form and a form that happens to have your answers loaded into it.
Before it leaves your hands
Forms collect personal information by definition, which makes them worth a check the average document does not need. The file's metadata records the author and the software that produced it, and neither appears on the page.
If you filled in a form containing an account number or a date of birth and are sending it onward to someone who only needs part of it, redacting properly matters — drawing a black rectangle over text in most editors leaves the text underneath, fully selectable by anyone who copies from the file.
Frequently asked questions
How do I know if a PDF form is fillable?
Click where a value should go. If a text cursor appears, or pressing Tab jumps between boxes, it is an interactive form. If nothing happens, it is a flat page and you will need to add text on top of it.
How do I fill out a PDF that has no fillable fields?
Add text directly onto the page with an editing tool, positioning each value where it belongs. That keeps the text crisp and printable, unlike pasting an image of typed text.
Why does the text I type disappear from a PDF form?
Usually an appearance-stream problem rather than lost data — the value is stored but the reader isn't rendering it. Opening the file in a different reader normally shows it. Flattening the form makes the values part of the page permanently.
Why can't I type in this PDF form at all?
The document may carry permission flags asking readers to block form filling. Those are restrictions rather than encryption, so they can be removed without a password — the content was never hidden.
Should I flatten a form before sending it?
Yes, for anything official. Until it is flattened the values sit in editable fields, and earlier values can persist in the file. Flattening merges them into the page so the document reads the same but is no longer an editable form.
Can I fill a PDF form in a browser?
Interactive forms, yes — Chrome, Safari, Firefox and Edge all support filling and saving them. Flat forms have nothing for the browser to fill, so those need a tool that can add text to the page.