Glossary · Form mechanics

Partial submission

What someone typed before they left. Both a recoverable lead and the raw material for every drop-off report you will ever run.

Also: Partial response, incomplete submission

One of 25 entries in the Endpoint Forms glossary.

Definition

The data captured from a form that was never submitted. Usually written on field blur or step transition, so a visitor who fills three fields and closes the tab still leaves three fields behind.

Why it matters

Two reasons, and they are usually confused with each other. The first is commercial: an email address typed into field two is a lead you had. The second is diagnostic: without partials you cannot see where people leave, because the only rows in your database are the successes.

And this is where the category’s pricing gets its own paragraph, because the pattern is consistent enough to be a design decision rather than an accident:

Partial submissions only visible on paid plans. (Youform) / Advanced features like partial submissions or branding removal require paid plans. (Tally)
r/nocode pain-point teardown · Oct 2025
No per-question progress saving, impacting analytics accuracy.
Typeform pain point · r/nocode · Oct 2025

The diagnostic for your biggest loss is the upgrade prompt. That is worth naming plainly rather than working around.

In practice

  • Write server-side on blur or step change, not only on unload — beforeunload is unreliable on mobile and fires late or never.
  • Key partials to a session id so a returning visitor updates the same row instead of creating a second one. See duplicate leads.
  • Decide the consent and retention story before you switch it on. You are storing data somebody chose not to submit, and “we captured it as you typed” is a sentence you have to be comfortable saying out loud.
  • Keep partials out of your conversion counts and out of your CRM’s lead volume, or you have improved your numbers without improving anything.

The common mistake

Emailing partials as if they were enquiries.

The abandoned-cart instinct transfers badly. Contacting somebody who deliberately did not press submit, using an address they typed on the way to not pressing submit, reads as surveillance rather than service — and in several jurisdictions it is a consent problem as well as a taste problem.

The defensible version is narrow: a single message that says where the details came from and offers to finish or delete. The indefensible version is the one that pretends they enquired.

There is also a quieter use worth knowing. Automated fillers rarely abandon — they complete, because completing is the point. A form with plenty of partials and no completions is a usability problem; a form with completions and almost no partials is worth a second look.

Related terms

Form abandonment
Someone started your form and left — the only funnel metric most teams infer rather than observe.
Form drop-off analysis
Seeing exactly which question people stop at — the feature even competing vendors name as the one worth paying for.
Progressive profiling
Ask three fields now and three more next time — a trade of completion for enrichment that almost nobody measures.
Duplicate leads
The same person, twice — inflating your conversion count and, through it, the signal you send back to the ad platform.
Per-response pricing
Being billed by the submission — which makes spam a line item and turns a bot wave into a closed door for real buyers.

Read alongside