
How to Create a Fillable PDF Form Online Without Adobe Acrobat
Build a fillable PDF form without Acrobat: real form fields versus drawn lines, the field types worth using, and the mistakes that break forms in use.
You do not need Acrobat to build a fillable PDF. What you do need is to understand the one distinction that decides whether your form works: a fillable PDF is a document with real form field objects in it, not a document with lines drawn where answers should go.
Real fields versus a picture of a form
Open any PDF and click where an answer belongs. If you get a text cursor and usually a highlighted box, that is an AcroForm field — a real, named object that stores a value. If nothing happens, that is a printed layout: lines and labels drawn on the page with nowhere to put data.
The difference matters beyond convenience. Real fields can be filled on any device, tabbed through in order, validated, and — crucially — extracted afterwards. A flat form has to be printed, filled by hand and scanned, and the answers can never be read back out as data.
The field types worth knowing
Most forms need only four:
- Text field — names, addresses, free text. Can be single- or multi-line.
- Checkbox — independent yes/no choices. Several can be ticked at once.
- Radio button — mutually exclusive choices sharing one group name. Picking one clears the others. The shared name is what makes them exclusive; this is the single most common thing people get wrong.
- Dropdown — a fixed list, when the options are known and too many for radio buttons.
Two rules that save rework later:
Name the fields properly. applicant_surname is a field you can find in an export; Text1 is not. If you will ever read the answers back as data, naming is the whole game.
Set the tab order. Users move through forms with Tab, and the default order is often the order fields were created rather than the order they appear. Reorder them before you distribute.
Building one without Acrobat
Start from a clean layout. Build the document in Word, Google Docs or anything else, leaving visible space where each answer goes, and export it to PDF. Adding fields to a cramped layout is far more painful than leaving room up front.
Add the fields. Free tools that place real AcroForm fields include LibreOffice Draw (open the PDF, use the Form Controls toolbar) and several browser-based form builders. LibreOffice is the most capable free option and runs offline, which matters if the form content is sensitive.
Test it in more than one viewer. This step is not optional. A form that works in the tool that made it can still fail in Adobe Reader, in Chrome's built-in viewer, or on a phone. Fill in every field type once in at least two viewers before you send it anywhere.
Do not flatten it. Exporting with "flatten" on, or printing to PDF, converts your fields into ordinary page content and produces exactly the unusable form described above.
What this site's editor does and does not do
Be clear about the boundary: this editor is for changing the content of an existing PDF — text, images, layout — and for filling in forms that already have fields. It is not a form builder; it does not create new AcroForm field objects.
So if your job is "the address on this form is wrong" or "fill this in and send it back", open it here. If your job is "turn this layout into a fillable form", use LibreOffice Draw or a dedicated form builder, then come back here for later content edits.
The mistakes that break forms in the field
Fields that are too small. A field sized for "London" will not show "Newcastle-under-Lyme". Size for the longest realistic answer, or enable multi-line.
Radio buttons with different names. They stop being exclusive and behave like checkboxes. Same group name, different export values.
No read-only on the fixed text. If the labels are editable fields, someone will edit them. Lock anything that is not an answer.
Assuming the browser will save it. Chrome, Edge and Firefox render forms but their save behaviour varies, and some versions write a flattened copy or drop values. Tell recipients to fill the form in a proper PDF reader and save with Save As, not to rely on the browser tab.
Frequently asked questions
Can I make a fillable form free? Yes. LibreOffice Draw creates real AcroForm fields and costs nothing.
Why do my answers vanish when I reopen the file? Usually the form was filled in a browser viewer that did not persist the values, or the form was flattened. Refill it in a dedicated reader and use Save As.
How do I collect the answers as data? Give the fields meaningful names, then export the form data (FDF/XFDF or CSV, depending on the tool). This only works if real fields were used and the form was never flattened.
Should I use XFA forms? No. XFA is an Adobe-specific technology that only Adobe's own software fully supports; everything else shows a placeholder. Use AcroForm.
Can I add fields to a scanned form? You can place fields over a scan, and they will work — but the underlying page is still an image, so nothing on it is searchable or selectable.



