A fillable PDF is a PDF document containing interactive form fields that users can complete electronically without changing the document’s underlying page design.
Instead of printing a form and writing on it by hand, a user can enter information into designated areas using a computer, phone, or tablet. Depending on how the PDF was created, those areas may accept text, selections, dates, calculations, attachments, or signatures.
A fillable PDF is still a PDF. Its interactive form layer sits alongside the fixed page content, such as headings, instructions, logos, and legal language. This structure helps the document preserve a consistent appearance while allowing specific information to be added.
How interactive PDF fields work
The creator of a fillable PDF places form controls over particular parts of the page. Each control can have a field name, value, appearance, and set of behaviors.
Common field types include:
- Text fields: Used for names, addresses, account numbers, comments, and other typed information.
- Checkboxes: Allow one or more independent options to be selected.
- Radio buttons: Allow one choice from a defined group.
- Drop-down menus: Present a list of available choices while using relatively little space.
- List boxes: Display several choices at once and may permit multiple selections.
- Date fields: Accept dates, sometimes with formatting rules or a calendar control.
- Buttons: Perform actions such as resetting, printing, submitting, or moving through the form.
- Signature fields: Provide a designated location for an electronic or certificate-based digital signature.
Fields can also contain default values, character limits, tooltips, calculations, and conditional behavior. For example, an order form might multiply a quantity by a unit price, while an application might reveal an additional field when the user selects a particular answer.
These features depend partly on the PDF viewer. A function that works in one desktop application may behave differently or not work at all in a browser, mobile preview, or document management system.
AcroForms and XFA behave differently
Most interactive PDFs use one of two form technologies: AcroForms or XFA.
AcroForms are the standard interactive form structure built into the PDF format. They use fields and appearance information embedded in the document. AcroForms generally have wider support across desktop PDF applications, browsers, and document processing systems, although individual features can still vary by viewer.
XFA, short for XML Forms Architecture, is a legacy XML-based form technology closely associated with Adobe software. XFA can support complex calculations, data connections, and dynamic layouts that expand or reflow based on a user’s answers.
The practical problem with XFA is compatibility. Many browsers, mobile apps, and non-Adobe PDF viewers do not fully support it. An XFA form may show an error, appear blank, or lose important behavior when opened outside compatible software. Organizations distributing older forms should identify whether they use XFA before assuming recipients can complete them in any PDF viewer.
Validation does not guarantee accurate information
A fillable PDF can validate data before accepting it or allowing submission. Validation rules may require a field, limit its length, or check whether an entry follows an expected pattern, such as an email address or date.
Validation can improve consistency, but it has clear limits. A field may confirm that a phone number contains the expected number of digits, but it cannot establish that the number belongs to the person completing the form. Likewise, marking a field as required only checks whether something was entered.
Some PDFs use embedded scripts for calculations or advanced validation. Support for these scripts differs among viewers, and security settings may restrict them. Important forms should therefore provide clear instructions and should not depend entirely on complex scripts to communicate essential requirements.
Saving and compatibility require testing
Not every PDF viewer handles completed fields in the same way. A user may be able to type into a form but discover that the entered information disappears after saving, printing, uploading, or reopening the file.
Common compatibility issues include:
- Field values that appear in one viewer but not another
- Fonts, spacing, or text sizes that change
- Long answers that are clipped or hidden
- Calculations that do not run
- Buttons or submission actions that fail
- XFA content that is unsupported
- Signature fields that cannot be used on a particular device
For an important workflow, the completed file should be saved as a new copy, closed, and reopened before it is submitted. Testing should cover the viewers and devices that intended recipients are likely to use.
A form can also expose sensitive information through field values, attachments, scripts, metadata, or hidden content. Flattening the visible fields does not automatically remove every hidden element or safely redact confidential data. Permanent removal requires a proper PDF redaction and sanitization process.
Signatures in fillable PDFs
A fillable PDF can include a signature field, but the presence of that field does not determine what kind of signature will be collected.
An electronic signature may be a typed name, drawn mark, uploaded signature image, or another electronic action used with signing intent. A certificate-based digital signature uses cryptography to associate a signer or signing credential with a particular document state and help detect later changes.
A blank text field labeled “Signature” is not automatically equivalent to a digital signature field. The evidence created by the workflow, including consent, identity checks, timestamps, document records, and the method used to apply the signature, may matter more than the visual appearance of the mark.
Changes made after signing can affect signature status. Some digital signature configurations permit limited actions, such as completing approved fields, while treating other modifications as invalidating changes. Anyone designing a form for signing should define the order of completion and signing and understand whether the PDF can be edited after signing.
Whether a signature is legally effective depends on the transaction, applicable jurisdiction, intent, consent, attribution, record retention, and any form-specific requirements. A fillable PDF alone does not guarantee enforceability. This is general educational information, not legal advice.
Accessibility depends on the form design
Interactive fields do not automatically make a PDF accessible. An accessible fillable PDF should give assistive technology enough information to identify each field, explain its purpose, and move through the form logically.
Relevant design features include:
- Descriptive field labels and tooltips
- A logical keyboard and tab order
- Instructions that do not rely only on color
- Properly tagged page content
- Clearly identified required fields
- Understandable validation messages
- Sufficient contrast and visible focus indicators
- Controls that can be operated without a mouse
The visual label beside a field may not be correctly connected to that field for a screen reader. Accessibility therefore needs to be checked in the PDF’s structure, not judged only by how the page looks.
Fillable, editable, and flattened PDFs
| PDF type | What users can normally change | Typical purpose |
|---|---|---|
| Fillable PDF | Values inside designated interactive fields | Applications, intake forms, questionnaires, and agreements |
| Editable PDF | Existing page text, images, layout, or other content | Revising the document itself |
| Flattened PDF | No longer contains usable interactive fields, although page content may still be editable with specialized software | Preserving a completed visual appearance |
A fillable PDF is not necessarily editable. Users may be able to enter their address while remaining unable to rewrite the instructions or move the company logo.
A flattened PDF is created when field appearances are merged into the page content and the interactive fields are removed or made noninteractive. PDF flattening can improve display consistency, but it does not make a document tamper-proof or permanently secure its contents.
FAQ
Can I type into any PDF?
No. A PDF must contain interactive fields to be natively fillable. Some applications let users place text boxes over a non-fillable PDF, but those annotations are different from built-in form fields.
Can a fillable PDF be signed electronically?
Yes. It may contain a dedicated signature field or be used within a separate electronic signing workflow. The signature method and supporting evidence determine what the signature represents.
Why does a completed PDF appear blank after saving?
The viewer may not have saved the field values correctly, or it may not support the form technology used. XFA forms and script-dependent fields are especially likely to produce compatibility problems.
Is a flattened PDF the same as a fillable PDF?
No. A fillable PDF retains interactive fields. A flattened PDF converts their visible contents into regular page content, removing or disabling the original interactivity.
Does a fillable PDF protect document integrity?
Not by itself. Form fields control where information can be entered, but they do not necessarily prevent other changes. Cryptographic signatures, access controls, reliable records, and verification procedures provide stronger evidence of document integrity.