PDFApril 2026 · 6 min read

How to Fill a PDF Form Online (2026)

PDF forms come in two varieties that behave very differently. Some have real interactive fields you can click into and type. Others are flat scans with no interactivity — you're just looking at a picture of a form. The experience of filling one is nothing like the other, which is why so much advice online doesn't quite match what you're actually looking at. This guide covers both types and how to handle them.

📝
Try the PDF Form Filler
Works on interactive or flat PDFs
DG
Derek Giordano
Designer & Developer
In this guide
01Two Kinds of PDF Forms02Method 1: UDT PDF Form Filler (Free, Browser-Based)03Method 2: Acrobat and OS-Level Tools04When Fields Won't Accept Input05Common Pitfalls
⚡ Key Takeaways
  • Fill any PDF form online for free — interactive fields or flat scans.
  • Covers two kinds of pdf forms.
  • Covers method 1: udt pdf form filler (free, browser-based).
  • Covers method 2: acrobat and os-level tools.
  • When Fields Won't Accept Input.

Two Kinds of PDF Forms

An interactive PDF form has real form fields — clickable, typeable, with proper labels and tab order. Forms created in Adobe Acrobat's form designer, Microsoft Word's form builder, or most government tax form workflows are this type. Click into a field and type; the text goes where it belongs. Save the PDF and your entries are preserved as field values.

A flat PDF form is just a scanned or printed image of a form. The "fields" are visual — you can see lines and boxes, but they aren't interactive. Clicking them does nothing. This is what you get when someone prints a form, fills part of it by hand, scans it back to PDF, and sends it to you to complete. Or when a government agency provides a form as a scanned PDF (which happens more than it should).

Filling an interactive form is native behavior — any PDF viewer supports it. Filling a flat form requires overlaying your own text on top of the image, essentially annotating the form with the right answers in the right boxes. Different tools, different techniques, same end result: a filled form ready to send.

Method 1: UDT PDF Form Filler (Free, Browser-Based)

The UDT PDF Form Filler handles both form types. For interactive PDFs, it detects the existing fields and lets you type into them directly. For flat PDFs, it overlays text boxes you can place anywhere on the page, type into, and reposition as needed. Either way, the result is a filled PDF you can download and send.

💡 Tip
Always include -webkit-backdrop-filter alongside backdrop-filter for Safari support. Without the prefix, the effect is invisible to roughly 25% of mobile users.

Interactive form workflow: drop the PDF in, click into any field (the tool highlights detected fields on load), type your answer, tab to the next field. Checkboxes and radio buttons toggle on click. When all fields are filled, export. The exported PDF preserves field values as real field data — recipients can see your entries but also edit them if they open the form themselves (which matters: see the flattening note below).

Flat form workflow: drop the PDF in, click anywhere on the page to add a text box, type your entry, drag to reposition, resize as needed. Add a box for each answer you need to fill. The tool can match the font size roughly to surrounding text so entries look native rather than obviously overlaid. Export the filled version when done.

After filling an interactive form, run it through the PDF flattener if you're sending it somewhere that treats the filled form as a final record. Flattening converts field values to static page content so a recipient can't edit your answers. Flat-form entries via text overlay are typically rendered as page content already, though flattening adds belt-and-suspenders assurance.

Method 2: Acrobat and OS-Level Tools

Acrobat Reader (free) handles interactive forms well under Tools → Fill & Sign. This is the go-to for most people filling out government forms and is essentially the reference implementation. For flat forms, Fill & Sign also overlays typed text at a clicked location. The limitations appear on complex forms where field detection misbehaves or where the Reader UI fights you.

⚠ Warning
On iOS Safari, backdrop-filter inside a position: fixed element can cause severe scroll performance issues. Test thoroughly on real iOS devices.

macOS Preview has basic form filling built in — both interactive fields and click-to-add text overlays for flat forms. For Mac users who fill out occasional forms, it's usually enough. Windows 11's built-in PDF viewer similarly supports interactive form filling, though its flat-form support is more limited.

Word can open some PDFs and convert to editable documents, which works for forms where you need to make broader changes beyond filling — restructuring, adding fields, significantly editing layout. This is overkill for simple filling but useful when the form is unusable as-is.

When Fields Won't Accept Input

If clicking into a field does nothing, check whether the form is actually interactive. Open File → Properties or use your viewer's form panel — if it shows no form fields, the PDF is flat and you need the overlay method rather than direct field filling.

If fields are interactive but some won't accept input, the form may have conditional logic (one field only becomes fillable after another is completed), restrictive permissions on the PDF, or a field type mismatch (trying to type into a checkbox). Try tabbing between fields to see which are active. If the form is permission-restricted, you may need to unlock it first or obtain a non-restricted version from the sender.

If text appears at a weird size or position, the field's default formatting may be off. In most viewers, you can adjust font size and style per field. If you can't, the form author likely locked formatting — fill what you can and explain any visual oddities when submitting.

Common Pitfalls

Don't assume a filled form is "final" without flattening. Interactive form values are editable by anyone who opens the file. If you're sending a filled form as a completed record, flatten it first — otherwise the recipient can modify your answers.

Don't lose the original blank form. Always keep a clean copy of the blank form separately from the filled version. If you need to fill it out again (different recipient, error correction, next year's submission) you don't want to have to find the source document again.

Don't fill sensitive forms on untrusted sites. "Free PDF form filler" sites often upload your document (containing SSNs, addresses, financial information) to their servers for processing. Use a browser-based tool that processes locally, and verify in your network tab that nothing is uploading.

Frequently Asked Questions

Why can't I type in this PDF form's fields?+
The form is probably flat — a scanned image rather than an interactive form. Use a tool that overlays text on the page instead of filling fields, since there are no real fields to fill. Alternatively, the form may be permission-restricted; check properties and unlock if needed.
Will my filled form fields stay saved when I email it?+
Yes, as long as your viewer saves the form values rather than just displaying them in memory. Acrobat and most modern tools save values to the file automatically. If entries disappear for recipients, the saving step didn't complete — re-save and verify by reopening locally.
Should I flatten a filled form before sending?+
If the form is a final record (filed tax form, completed HR paperwork, signed agreement), yes — flattening prevents the recipient from editing your entries. If the form is part of a review process where entries may still change, leave it unflattened.
Can I fill a password-protected PDF form?+
Only if the password permits form filling. Some PDFs are password-protected but allow fills; others block all modification. Check permissions under the file's security properties. If filling is blocked, you need the password or a non-restricted version.
Why do my text overlays on a flat form look off?+
Font size and position need to match the surrounding form. Most overlay tools let you adjust both. For a polished result, match font to a sans-serif at a size that matches adjacent printed text, and align the baseline to the line you're filling in.
Try it yourself

Works on interactive or flat PDFs

⚡ Open PDF Form Filler
DG
Derek Giordano
Written by the creator of Ultimate Design Tools. BA in Business Marketing.
📚 References & Further Reading