The problem with a 'finished' fillable form
A PDF form with clickable text boxes, checkboxes, and dropdowns is convenient exactly once: while it's being filled in. Once someone submits it, prints it, or sends it back, that same convenience becomes a liability — the fields are still fully interactive, which means anyone who opens the file afterward can click into any answer and change it, whether accidentally (a stray click toggling a checkbox) or deliberately. A signed rental agreement, a completed application, or an approved expense form shouldn't still be editable once it's considered final.
There's a second, quieter problem too: different PDF viewers render interactive form fields slightly differently — fonts, spacing, and checkbox styling can shift depending on what software opens the file. A form that looks perfect in the software you filled it out with might display subtly differently for whoever receives it.
What flattening actually does
Flattening takes every field's current value — whatever's currently typed into each text box, whichever checkboxes are ticked, whatever's selected in each dropdown — and bakes it permanently into the page as static content, then removes the interactive field entirely. What used to be a clickable text box becomes plain text drawn directly onto the page, indistinguishable from any other page content.
Critically, this only touches the form fields. The rest of the page — any original text, images, or layout that was there before the form fields were added — stays completely untouched, still fully selectable and searchable exactly as it was. Flattening is surgical: only the interactive layer changes.
The one thing to check before you flatten
Flattening locks in whatever the fields currently say — it doesn't validate that they're actually filled in correctly, or filled in at all. If you flatten a form with blank fields, you get a document with permanently blank-looking spaces where the answers should be, and there's no way to add real answers to it afterward since the interactive fields are gone. Always double-check that every field has the value you actually want before running this — it's the one step that can't be undone from the flattened file itself.
Keep your original, unflattened form saved somewhere if there's any chance you'll need to correct an answer later. Once flattened, going back means starting over from an earlier, still-editable copy — there's no way to un-flatten a field back into an editable one.
When flattening is the right last step
Flatten a form right before it becomes 'final' in some meaningful sense — submitted, signed, approved, archived. This is the natural last step in a form's lifecycle: fill it in, verify it, then flatten it so the record can't drift from what was actually agreed to or submitted. It's especially worth doing before sending a form to someone external, where you have no control over what they might accidentally (or deliberately) change if the fields stayed interactive.
Don't flatten a form you or someone else still needs to edit — a form that's still in progress, still being reviewed, or still collecting input from multiple people should stay interactive until everyone involved is genuinely done with it.