Clicky

Fillfront
← All guides

Why is the text in my PDF form cut off?

A PDF form field is a fixed rectangle at fixed coordinates, and it does not grow. When someone types more than fits, the text scrolls out of sight rather than wrapping to a second line, and only the part inside the rectangle is drawn when the file is saved or printed. Four separate properties decide how a field behaves when it runs out of room, and the one people reach for first is usually not the one causing the problem.

Why fields do not simply expand

In a word processor, text and layout are negotiable — type more and the paragraph reflows, the page breaks later, everything below moves down. A PDF is the opposite by design. It stores a page as a fixed arrangement at fixed coordinates so that it looks the same everywhere, forever. That guarantee is the whole point of the format.

A form field inherits that rigidity. It is defined by a rectangle on a specific page, and the value it holds is drawn inside that rectangle. There is nowhere for a long answer to go, because moving anything would break the promise the format exists to keep.

So the question is never "how do I make the box bigger as they type". It is "what should happen when the text does not fit", and that is what the four properties below control.

Property 1: multi-line

A text field is single-line unless it is explicitly told otherwise. A single-line field never wraps — it scrolls horizontally, indefinitely, so the person typing sees only the tail of what they wrote and everything before it slides out of view to the left.

Making the rectangle taller does nothing on its own. This is the single most common source of the complaint, because a tall box that refuses to use its second line looks broken rather than misconfigured. Turn on the multi-line property and the same box starts wrapping.

Property 2: font size, and the auto setting

A form field's font size can be set to 0, which is not invisible text but a special value meaning auto.

With auto sizing, the text shrinks as the person types so that everything stays inside the rectangle. A short answer displays at a comfortable size and a long one gets progressively smaller. It is the nearest thing an ordinary PDF form has to an expanding field, and for most cases it is the right answer — it guarantees nothing is clipped, at the cost of some legibility on very long answers.

The trade-off matters when the form will be printed. Auto sizing will happily shrink an essay to something nobody can read on paper. If the answers matter more than the layout, a fixed size with a generous multi-line box is often the better choice, and accepting that very long answers get cut is sometimes the honest option.

Property 3: the character limit

A field can carry a maximum length, and it is entirely independent of the field's size on the page. A visually roomy box can refuse the forty-first character, which reads to the person filling it in as the form freezing.

This one is easy to miss because the symptom is different — input stops rather than text disappearing. If typing simply halts at a consistent point, look for the limit rather than the dimensions.

Property 4: comb fields

Comb fields split a rectangle into a fixed number of equal cells, one character each — the style used for reference numbers and postcodes on official forms. They enforce a character count by construction, and text that exceeds the cell count has nowhere to go. If a field shows evenly spaced dividers, this is what you are dealing with.

What about forms whose boxes actually grow?

They exist, and they are the reason this question is confusing. Expanding fields were a feature of XFA, a separate form technology Adobe built on top of the PDF container. XFA forms genuinely do reflow.

They are also close to a dead end. Only Adobe's own products render them properly, most third-party readers show a placeholder telling the reader to open the file in Acrobat, and phones generally cannot open them at all. Adobe has been steering people away from XFA for years. If you have seen an expanding PDF form and wondered why yours cannot do it, that is why — the capability exists in a format most of your recipients cannot open.

Finding out what your file actually has

Before adjusting anything, confirm the file has real form fields at all. Run it through the free fillable PDF checker — if it reports no fields, the boxes are artwork and nothing is being clipped because nothing is being stored. That is a different problem with a similar look, and why can't I type in this PDF covers it.

If fields are present, the sequence that resolves most cases is: turn on multi-line, then set the font size to auto, then check for a character limit. In that order, because the second and third are frequently blamed for what the first is doing.

The version without the constraint

All of this is the cost of collecting long answers in a format designed to hold a page still. A web form has no such constraint — the input grows with what someone types, on any device, with no properties to configure and nothing to clip. The completed document is generated afterwards, once the answer is known, so the layout is decided with the content in hand rather than guessed in advance.

That suits forms with genuinely open-ended questions, where guessing the size of a box beforehand was always going to be wrong. The freelance and client onboarding templates are mostly this shape — intake forms, briefs and revision requests where the useful answers are paragraphs rather than initials.

Common questions

Why does my PDF form cut off long answers?

Because a form field is a fixed rectangle, not a text box that grows. When the text runs past the right edge it scrolls out of view rather than wrapping, and only what fits inside the rectangle is drawn when the file is printed or saved.

How do I make a PDF field wrap onto multiple lines?

Turn on the field's multi-line property. Without it a text field is single-line by definition and will scroll sideways forever rather than move to a second line, no matter how tall you make the box.

How do I make the font smaller in a fillable PDF?

Set the field's font size to 0, which means auto. The text then shrinks as the person types so that everything stays inside the rectangle. It is the closest thing to an expanding field that an ordinary PDF form offers.

Why does my field stop accepting characters partway through?

There is a character limit set on it. It is a separate property from the field size, so a box can look roomy and still refuse input after forty characters.

I have seen PDF forms whose boxes grow as you type. Why can't mine?

Those are XFA forms, a different and largely abandoned format that only Adobe products render properly. Most readers and nearly all phones cannot open them, which is why expanding fields never became something you can rely on.

Templates for this