EveryTask
Free PDF tool · no account

How PDF forms are built, and what builds them

What is actually inside a fillable PDF, which tools write it, and how to design one people can complete without emailing you questions.

Real PDF form fields Basic and Pro No watermark
The EveryTask PDF editorOpen the editor
The whole flow

A clear path from file to finished document

What is actually inside a fillable PDF, which tools write it, and how to design one people can complete without emailing you questions.

STEP 01

Design the document first

Lay out the form in whatever you write documents in. Fields come after the layout is settled.

STEP 02

Add the fields

Open Make fillable form in EveryTask, then place and name each input.

STEP 03

Test in a real reader

Open it in what your recipients use. Browser viewers handle fields unevenly.

Step by step

How to create a pdf form

Everything you need is ready in the browser.

  1. Design the document first

    Lay out the form in whatever you write documents in. Fields come after the layout is settled.

  2. Add the fields

    Open Make fillable form in EveryTask, then place and name each input.

  3. Test in a real reader

    Open it in what your recipients use. Browser viewers handle fields unevenly.

What is inside a fillable PDF?

A structure called an AcroForm, a catalog of every field in the document.

Each entry records the type of input, where it sits on which page, what it is called, and how it should look. A reader opening the file walks that list and draws something interactive for each one. The visible box you click is drawn from the entry, not the other way round.

Four field types cover almost everything:

  • Text, a single line or a paragraph.
  • Checkbox, on or off, independently of any other.
  • Radio group, several options where exactly one can be chosen.
  • Dropdown, a list, optionally allowing a typed value.

Field names matter more than they look. They are how software identifies a value when the form comes back, so "client_email" is worth the moment it takes over leaving it as "Text12".

Which tools create PDF forms?

ToolCostBest for
EveryTaskBasic and ProPlace form fields manually and keep the finished form in its workspace
Adobe Acrobat ProSubscriptionOne-off forms. Detects likely fields automatically
LibreOffice DrawFreeThe same job without a subscription, more manually
Microsoft WordIncludedSimple forms, using content controls, then export
pdf-lib (JavaScript)FreeGenerating forms programmatically
PDFtkFreeScripted field work on existing documents

EveryTask is a practical choice for a form where you want to place the fields yourself, then review, sign or store the finished document in the same workspace. Acrobat’s automatic field detection can save time on a very long existing form. For forms generated in bulk from data, a library is still the right answer.

How do you design a form people can actually complete?

Most badly-completed forms are badly designed rather than badly filled in.

  • Give every field enough width for its longest realistic answer.
  • Set a sensible tab order. Tabbing should follow reading order, not the order you added the fields.
  • Name fields for what they hold, not what they are.
  • Use radio groups where exactly one answer is valid, and checkboxes where several are.
  • Say which fields are required, on the page, not only in validation.
  • Leave room for a signature that is not a single line.

Tab order is the one people skip and users notice immediately. A form where tabbing jumps from the top of page one to the bottom of page two feels broken even when every field works.

Why do PDF forms behave differently in different readers?

Because form support is the least consistently implemented part of the format.

Acrobat implements everything, since Adobe defined it. Browser viewers implement a subset: many render fields and let you type, fewer save values reliably, and calculated fields or JavaScript validation frequently do nothing at all.

The practical consequence is that a form working perfectly in Acrobat can lose a recipient’s answers in Chrome, with no warning to either of you. It is the most common reason someone says "I filled it in and it came back empty".

Keeping forms simple is the reliable defense. Text fields, checkboxes and dropdowns work almost everywhere. Calculations and scripting do not.

When is a PDF form the wrong answer?

More often than the search term suggests.

If you need answers back as data, a web form collects them in a database without anybody downloading, filling and emailing anything. If the form is internal, a shared document is usually easier. And if only one person needs to complete it once, they can type on the page and you have saved yourself building a form.

PDF forms genuinely win when the document must look exactly the same for everyone, when it will be printed as well as completed on screen, when it needs a signature on the same page, or when recipients cannot be asked to visit a website.

That is a real set of cases, particularly for contracts and official paperwork. It is just narrower than "I need people to fill something in".

Before you start

Create PDF forms in EveryTask

EveryTask fills existing form fields and can create new form fields in the editor on Basic and Pro.

Use Make fillable form to place the fields recipients need, then save or download a PDF that stays interactive in compatible PDF readers.

Field detection is manual, which keeps you in control of the layout. For automatically generating hundreds of forms from data, use a dedicated document-generation system.

Ready to work on your PDF?

Open the editor to work on your file in the browser, with no account or watermark.

Got questions?

Create a PDF form answers

Can I create a PDF form in EveryTask?

Yes. Basic and Pro include Make fillable form, which adds real fields to a PDF in the editor.

Can I turn an existing PDF into a form?

Yes, by adding fields over the existing layout. EveryTask lets you place them manually; Acrobat also offers automatic field detection.

Do PDF forms work on phones?

Unevenly. Mobile readers vary more than desktop ones. Test on a phone if recipients are likely to use one.

How do I collect the data from returned forms?

Acrobat and PDFtk can export field values from a batch of files. If this is the main goal, a web form is usually less work.

Should the form be flattened before sending?

Only if values must not change. Flattening turns entries into ordinary page content and cannot be undone.