Why Your Contact Form Is Losing You Leads
Your contact form is probably losing leads for three ordinary reasons: it asks for too much, it asks for a phone number, and it doesn't help people fill it in. Each one has a measurable cost, and you can fix all three without a redesign.
The form is where an interested visitor either becomes a lead or leaves. You never see the people who started typing and gave up, so most of this friction stays invisible to the business owner.
Does asking for a phone number really cost me leads?
Yes. In a controlled A/B test, adding an optional phone field cut conversions by 36.9%, at over 95% confidence (NextAfter). On one B2B site, making the phone field optional instead of required lifted form completion from 42.6% to 80% (Discovered Labs). In a poll of practitioners, 49% named the phone number as the field that puts people off most (Zuko).
Adding an optional phone field reduced conversions by 36.9% in a controlled test (NextAfter).
People hesitate because a phone number can mean a cold call. If you don't need to speak to someone before your first reply, remove the field. When we build a form, we ask for a phone number only when there's a reason to, and we say why next to the field.
How many fields is too many?
Across 40,000+ landing pages, three-field forms convert at 23–25%, while seven-field forms drop to 11–12% (HubSpot). The cost of each extra field also grows. A field added between five and seven costs roughly twice as much conversion as one added between three and five (Digital Applied). At five fields a person can take in the whole form at a glance. Past that, it starts to look like work.
For an ordinary contact form, three or four fields (name, email and message) are enough, and around 50–60% of people who start a form like that finish it (FormFlux).
Shorter isn't automatically better, though. In one case, cutting a form from nine fields to six dropped conversions by 14%, while improving the labels on the same nine fields lifted them by 19.2% (IvyForms). Each field needs a reason to be there and a clear label. We check both on every form we build.
Why do so many people give up halfway?
Often because of the error handling. 27% of users name error handling as a primary reason they abandon a form (Baymard). The usual failure is a form that says nothing until you press submit, then turns several fields red at once.
The fix is inline validation, which checks each field when the person leaves it. In the Wroblewski and Etre study, inline validation raised success rates by 22%, cut errors by 22% and cut completion time by 42% (Wroblewski/Etre, A List Apart, 2009). More recent benchmarks put the conversion lift at 5–13%, higher on longer forms (Digital Applied). Yet 31% of e-commerce sites still have no inline validation at all (Baymard). It's one of the gaps we find most often.
Validate when someone leaves a field, not while they're still typing. A field that turns red before the person has finished is frustrating in its own right. And when an error appears, keep what they typed. Making people re-enter a field gives them a second reason to give up.
Why does my form work on desktop but not on mobile?
Filling in a form on a phone is harder, and many forms do nothing to help. Mobile forms convert 32–41% lower than the same form on desktop (Digital Applied). Browser autofill makes the biggest difference. People abandon forms 75% less often when autofill works (Chrome Developer Blog, 2024), and Zuko's analytics across 215 forms found that autofill users complete at 71%, against 59% for everyone else (Zuko).
Autofill needs correct code behind each field: the right autocomplete values and input types, so the phone keypad appears for a phone number and the browser knows where to put a saved email. Getting that right lifts mobile lead-gen by 11–18% (Digital Applied). It's the highest-return technical fix on the page, and you won't notice it's missing unless you read the markup. We handle details like this by default as part of how we build websites.
What about the small stuff, like labels and layout?
It adds up. With labels above each field instead of beside it, people find the next field roughly 10× faster than with left-aligned labels (Penzo, UXMatters, 2006). A single-column layout is completed 15.4 seconds faster than a multi-column one (CXL/Speero, n=702). Marking which fields are required and which are optional also matters. Only 14% of sites mark both, and 75% of mobile users run into serious usability problems on sites that mark neither (Baymard).
FAQ
Should my contact form ask for a phone number? Only if someone needs to call before you first reply. Even as an optional field, it cut conversions by 36.9% in a controlled test (NextAfter). If you keep it, mark it optional and explain why you're asking beside the field.
How many fields should a contact form have? Three or four for a standard contact form, usually name, email and message. Three-field forms convert at 23–25%, against 11–12% at seven fields (HubSpot). Add a field only when you'll use the answer.
What is the single most valuable technical fix? Proper autofill support. It cuts abandonment by 75% (Chrome, 2024) and lifts mobile lead-gen by 11–18% (Digital Applied). Most site owners never see it because it lives in the code.
Why does inline validation matter? Checking each field as the person finishes it, instead of all at once on submit, raised success rates by 22% and cut completion time by 42% (Wroblewski/Etre, 2009). For 27% of users, error handling is a primary reason to abandon a form (Baymard).
Fill in your own contact form on a phone first. If it has more than four fields, or autofill leaves them blank, that's where to start. We can check the markup behind each field if you share the page with us.