Guide

How to Create Fillable PDF Forms — Step by Step Guide (2026)

Fillable PDF forms eliminate the print-sign-scan loop. Whether you're building an application form, a waiver, or an invoice template, this guide covers every method — from free browser tools to professional desktop software — with step-by-step instructions for each.

PDF Mavericks Team
April 12, 2026
11 min read

PDF Form Field Types Explained

PDF forms support seven distinct field types. Knowing what each one does helps you build forms that work as intended.

Text Field

Single or multi-line free text input. Supports character limits, input masking (phone, date), and read-only mode.

Common uses: Names, addresses, comments, descriptions

Checkbox

Binary on/off. Multiple checkboxes can be independent or part of a group. Standard for yes/no questions.

Common uses: Agreements, multi-select options, feature lists

Radio Button

Grouped selection — only one option in a group can be selected at a time. Mutually exclusive choices.

Common uses: Single-answer questions (gender, payment method)

Dropdown List

Space-efficient selector for a predefined list of options. Users choose one value from the list.

Common uses: Country, department, status fields

List Box

Like a dropdown but shows multiple options at once. Can allow multiple selections.

Common uses: Skill selection, multi-value preferences

Signature Field

Dedicated area for digital signatures. Supports handwriting, typed signatures, and certificate-based digital signatures.

Common uses: Contract sign-off, consent forms

Button

Triggers JavaScript actions — submit form data, clear all fields, print the document, or open a URL.

Common uses: Submit buttons, print buttons, reset

Method 1: Adobe Acrobat Pro (Most Powerful)

  1. 1

    Open your PDF in Acrobat Pro

    Open the PDF that will become your form. This can be a blank template, a scanned document, or an existing PDF layout.

  2. 2

    Launch the Prepare Form tool

    Tools → Prepare Form. Acrobat scans the document for blank lines and automatically creates text fields where it detects form-like areas. Review and adjust the auto-detected fields.

  3. 3

    Add and configure fields manually

    Use the toolbar to drag text fields, checkboxes, radio buttons, and signature fields onto the document. Double-click any field to set its name, tooltip, required status, and default value.

  4. 4

    Set tab order and field validation

    Edit → Form Options → Set Tab Order to ensure logical keyboard navigation. Add validation for numeric fields, date formats, and required fields via field Properties → Validate.

  5. 5

    Save and distribute

    File → Save. For distribution, File → Share → Send Copy locks fields appropriately. Recipients can fill the form in Acrobat Reader (free) or any modern browser.

Method 2: LibreOffice Writer (Free Desktop)

  1. 1

    Enable the Form Controls toolbar

    View → Toolbars → Form Controls. This shows the form design toolbar with all field types.

  2. 2

    Switch to Design Mode

    Click the Design Mode button in the Form Controls toolbar. In design mode, you can place and configure fields.

  3. 3

    Insert form fields

    Click the Text Box, Check Box, or List Box icons in the toolbar, then draw the field on your document. Right-click any field → Control Properties to set name, default value, and tab index.

  4. 4

    Export as PDF with form fields

    File → Export as PDF → General tab → check "Export Form Fields as PDF." Select PDF/A-1 if archival compliance is needed. Click Export.

Method 3: Free Online Tools

Sejda.com — Add Form Fields Online

Go to sejda.com/pdf-forms → Upload your PDF → use the toolbar to add text fields, checkboxes, dropdowns, and signature areas by clicking on the document. Drag to position and resize. Download the result. Free for PDFs up to 50 MB, 3 tasks per day.

Limitation: No calculated fields or JavaScript actions.

PDF24.org — Free Form Editor

PDF24's online form editor lets you add text fields, checkboxes, and signature areas to any PDF. No file size limit, no task cap. Processing happens on PDF24's servers.

Limitation: Basic field types only.

JotForm PDF Editor

JotForm's PDF Editor lets you build a form that produces a filled PDF on submission — the form data gets merged into a PDF template automatically. Useful for collecting responses and generating individual PDF documents per submission.

Free tier: 5 forms, 100 submissions/month.

Method 4: Microsoft Word → Save as PDF

Word's Developer tab has form controls (text boxes, dropdowns, date pickers, checkboxes) that carry over into PDF when exported correctly.

  1. 1. Enable the Developer tab: File → Options → Customize Ribbon → check "Developer."
  2. 2. Build your document layout. Use tables to align labels and fields.
  3. 3. Insert form controls from Developer → Controls group: Rich Text Content Control, Plain Text, Checkbox, Combo Box (dropdown), Date Picker.
  4. 4. Click each control → Properties to set placeholder text, list items, and formatting.
  5. 5. Restrict editing: Developer → Restrict Editing → Allow only "Filling in forms."
  6. 6. Export: File → Save As → PDF. The resulting PDF will have fillable fields visible in Adobe Reader.

Form Design Best Practices

Name every field meaningfully

Field names become the keys when form data is exported as FDF or submitted to a server. Use consistent naming: "first_name," "last_name," not "Text1," "Text2."

Set tab order explicitly

Default tab order follows field placement on the page, which doesn't always match reading order. Set tab order manually in field properties to ensure keyboard users move through the form logically.

Add tooltips to complex fields

Field Properties → General → Tooltip. Tooltips appear as hover text in PDF readers and provide accessible descriptions for screen readers. Use them for anything that isn't self-explanatory.

Test in multiple viewers

Test your finished form in Adobe Acrobat Reader, Chrome (built-in PDF viewer), Firefox, and Safari. Browser PDF viewers support basic fields but may not render dropdowns or signature fields correctly.

Lock the document structure

Use a permissions password to allow only "Filling in forms" — this prevents recipients from adding content outside the form fields or modifying the layout while still letting them complete the form.

Frequently Asked Questions

What is a fillable PDF form?

A fillable PDF is a document with interactive fields — text boxes, checkboxes, radio buttons, dropdowns, and signature areas — that anyone can complete without printing the document. The recipient fills in the form fields digitally, saves the file, and returns it. No printing, no scanning.

Can I create a fillable PDF for free?

Yes. Google Docs exports forms as fillable PDFs. LibreOffice Writer (free desktop app) supports full form field creation. Sejda.com has a free online form editor. Adobe Acrobat has a free web version for basic forms, though complex forms require the Pro subscription.

Can I make a scanned PDF fillable?

Yes, but it requires an extra step. A scanned PDF is an image — you need to run OCR first to detect form fields, or manually add form fields on top of the image. Adobe Acrobat Pro auto-detects form fields from scanned PDFs. Sejda and PDF24 also let you add fields manually to image PDFs.

What's the difference between a static PDF form and a dynamic PDF form?

A static PDF form has fixed fields and a fixed layout — the number of rows, fields, and pages doesn't change. A dynamic PDF form (XFA format) can expand, collapse, and reflow based on the data entered. Dynamic forms require Adobe Acrobat or Adobe Reader to function; they don't work in browser-based PDF viewers.

Can I collect responses from a fillable PDF form automatically?

Not natively. PDFs are not web forms — each response is a separate file. For automated response collection, consider Google Forms or Typeform instead. If you need PDF specifically (for regulatory or brand reasons), use a service like DocuSign, Jotform, or PandaDoc that layers a collection backend on top of a PDF.

Will a fillable PDF work on mobile devices?

It depends on the PDF viewer. Adobe Acrobat Reader (iOS and Android) fully supports form fields. Apple's built-in Files app and iOS Preview support basic text fields. Google Drive's PDF viewer supports some form fields. For guaranteed mobile compatibility, test your form in Acrobat Reader on both iOS and Android before distributing.

Fill in a PDF form right now

Already have a fillable form? Fill, sign, and save it in your browser — no software required.

Fill & Sign PDF Free

Related Articles

How to Sign a PDF Digitally — Free, No Software Needed

Sign any PDF in seconds — draw, type, or upload your signature.

The Complete Guide to PDF Security

Password-protect and encrypt your PDF forms before distributing.