TL;DR
Contact form performance is multiplicative, not additive. Five gates sit between a visitor and a booked conversation, and your end result is the product of all five, not the average. Most form advice targets the gate with the smallest available gain, field count, while the two gates that fail silently, delivery and response, go uninstrumented for years. Zuko Analytics reports that only 9 percent of people who see a contact form complete it, and its own data shows the number of fields is not the primary driver. Fix the chain from the end backwards, because the cheapest leads to recover are the ones you already earned and never saw.
Introduction
Here is the version of this problem that costs the most money, because it does not look like a problem. Traffic is healthy. The contact page gets visits. A handful of submissions arrive each month, and sales says most of them are students, vendors, or people who want a price for something you do not sell. Marketing concludes the traffic needs to be better and buys more of it. Nobody checks whether the submissions that did arrive are all the submissions that were made.
In that same quarter, three serious enquiries were typed into the form and never reached a human. The notification email was sent from the visitor’s own address by a form plugin nobody reconfigured, it failed authentication at the receiving mail server, and it was silently discarded. The form plugin does not store entries. The visitor saw a thank you message. Everyone in the company believed the same thing: nobody is contacting us.
That is not a form design problem. It is a chain problem, and the chain has five links.

The Contact Form Is the Last Two Feet of a Five-Gate Path
The Five-Gate Lead Path is a diagnostic model of everything that has to go right between a session and a conversation. Each gate passes a percentage of what the previous gate handed it. The end-to-end yield is the product.
| Gate | What it decides | How it fails silently |
|---|---|---|
| 1. Intent | Whether the arriving traffic contains buyers at all | Session counts include automated traffic and informational visits that were never going to convert |
| 2. Start | Whether a visitor who sees the form begins filling it | Nothing is logged, because an unstarted form produces no event |
| 3. Finish | Whether a starter submits | Abandonment mid-form is invisible in standard analytics |
| 4. Delivery | Whether the submission reaches a human and is stored | The visitor sees success, the business sees nothing, and no error is raised anywhere |
| 5. Response | Whether a human replies before the buyer moves on | The lead exists in the inbox, so the dashboard counts it as a win |
The arithmetic is the point. Take an illustrative site with 10,000 monthly sessions. Say 6,000 of those sessions are humans with any commercial relevance, 300 reach the contact form, 24 percent start it, 38 percent of starters finish, 85 percent of submissions are delivered and seen, and 40 percent get a reply within a day. That is 27 submissions and about 9 conversations.
Now spend a quarter on the form itself and double the completion rate, which is an ambitious result. You get 55 submissions and about 19 conversations. Instead, spend two days on delivery and one process change on response, taking those two gates to 98 percent and 80 percent. You get the same 27 submissions and about 21 conversations.
The second project costs a fraction of the first and produces more. Those numbers are an illustration of how the gates compound, not benchmark data. The principle they illustrate holds on every site: the largest available gain is at your worst gate, and your worst gate is almost never the one your agency proposed to redesign.
Gate One: Most of Your Traffic Was Never Going to Contact Anyone
Before you judge a form, check what the denominator contains. Imperva’s Bad Bot Report found that automated traffic accounted for more than 53 percent of all web traffic in 2025, up from 51 percent the year before. Bot share varies enormously by site and sector, so this is not your number. It is a warning that a session count is not a person count, and a conversion rate calculated on total sessions is measuring a population that includes machines.
The second distortion is intent. The visits AI answers absorb first are the informational ones, which is exactly the traffic that converted worst and fed brand awareness. Losing it makes your conversion rate rise while your pipeline falls. Gaining it does the opposite. Either way, traffic volume and lead volume are only loosely coupled, and treating one as a proxy for the other is how a form gets blamed for a demand problem.
There is a third distortion, and it is the one that surprises executives most. Ruler Analytics, analysing more than 110 million sessions and 5 million conversions across 13 industries, puts the professional services conversion rate at 6.1 percent, with 47.4 percent of those conversions arriving through forms and 52.6 percent through phone calls. In that sector, more than half of all conversions never touch a form. If your reporting counts form submissions as leads, and your buyers prefer to call, you have been optimising the minority channel and under-reporting the majority one.
Fix the denominator before you fix the form. Measure form conversion on sessions that reached a commercial page, filtered for known bot traffic, and count calls in the same table.

Gates Two and Three: The Field Count Debate Is a Distraction
The most repeated advice in this category is to cut fields. The data does not support it as a first move.
Zuko Analytics, which instruments form behaviour across its client base, reports that only 38 percent of users who interact with a contact form end up successfully submitting their details, and that the conversion of visitors to contact forms is a lowly 9 percent. Contact forms perform worse than application forms, where 75 percent of starters finish. The same analysis plots completion against the number of inputs and reports that the trend line is flat, indicating that the number of inputs is not the primary factor in whether the form is successfully completed.
Read those two findings together. Roughly a quarter of the people who see a contact form start it, and roughly a third of those finish. The larger loss is at the start, before a single field has been typed, and field count does not explain the finish rate either.
What does explain it is specific fields and specific ambiguity. Zuko’s field-level data puts phone number among the highest-friction inputs on a form. That is not because the field is long. It is because the visitor is deciding whether to invite a call, and nothing on the page told them what the call would be. The friction is in the commitment, not the keystrokes.
This produces the position most agencies will not take: for a considered B2B purchase, a shorter form buys you more submissions and fewer conversations. Every field you remove is a qualifying question you have moved from the visitor, who answers it for free, to your sales team, who answers it at their hourly cost. Cutting a five-field form to three will raise the submission count. It will also fill your inbox with people who want a price for something you do not sell.
Sharpen the form instead of shortening it. Replace the generic message box with one question that only a real buyer can answer well, such as what they have already tried, or what has to be true by a named date. Publish the answers that pre-qualify a visitor before they ever reach the form, so the people who arrive at it are the people who should. Ask for the phone number only if you will call, and say when you will call.
Gate Four: The Leak Nobody Instruments
This is where recoverable revenue actually sits, and almost nobody measures it, because a successful submission and a delivered notification are two different events and only the first one is visible to the visitor.
Three failure modes account for most of it.
The first is default mail. WordPress sends mail through wp_mail, which is configured to use PHP’s mail function unless something changes it. Mail sent that way originates from your web server rather than from an authenticated mail service, and receiving servers treat it accordingly. It lands in spam, or it is dropped.
The second is a From address that fails authentication. Many form setups put the visitor’s email address in the From header so that replying is convenient. That makes your web server send mail claiming to be from a domain it has no authority over. Under DMARC, which most large mailbox providers now enforce, the honest outcome is rejection. The correct configuration is to send from your own authenticated domain and put the visitor’s address in Reply-To.
The third is the one that turns a delivery failure into a permanent loss. Contact Form 7, one of the most widely installed form plugins on the web, states plainly in its own documentation that it doesn’t store submitted messages anywhere, and warns that messages can be lost when mail server problems or configuration errors occur. If the email fails, there is no record. The enquiry did not go to the wrong place. It ceased to exist.
Add aggressive spam filtering to that picture and the failure becomes bidirectional. A tightened scoring threshold or an invisible CAPTCHA set to reject on low confidence will silently discard real submissions from real buyers on corporate VPNs, and nothing in your reporting distinguishes those from the spam it caught correctly. Sites assembled at the lowest available bid inherit all four of these defaults at once, which is one of the costs that never appear on the quote.
The test takes twenty minutes and needs no tooling. Pick one month. Count three numbers for that month: form submission events in your analytics, entries stored in your form plugin’s database, and records that reached the inbox or CRM. On a healthy site those three numbers are within a few percent of each other. Every gap between them is a lead you already paid for and never saw. In audits WPRiders has run, this is the single most common place where recoverable revenue is found, and the reason is structural: nothing in the stack raises an alarm when the number drops to zero.
Gate Five: The Clock Starts at Submit
A lead that arrives and waits is not the same asset as a lead that arrives and is answered.
The most cited research on this is a 2007 analysis by James Oldroyd, then at MIT Sloan, conducted with InsideSales.com, covering more than 15,000 leads and 100,000 call attempts across six companies. It reported that the odds of contacting a lead drop by roughly 100 times between a five-minute and a thirty-minute response, and the odds of qualifying one drop by roughly 21 times over the same interval. Oldroyd added his own caveat, which matters more than the headline: the patterns only emerge when data from several companies is combined, and they vary significantly from company to company.
Treat the exact multiples as directional and the shape as reliable. Response value decays fast and early. That has three practical consequences.
An autoresponder is not a response. It confirms receipt and starts no relationship. Its only real job is to tell the buyer when a human will reply, and to be true.
Business hours are a design decision with a revenue number attached. A form submitted at 4pm on Friday and answered at 10am on Monday has aged 66 hours. If a meaningful share of your submissions arrive outside your working window, either your window or your routing needs to change, in the same way an incident at 2 AM is a question about who is actually on the other end.
Routing beats effort. Most slow first responses are not caused by a slow salesperson. They are caused by a notification that lands in a shared inbox nobody owns, so the first response time depends on who happens to look.

The Gate Diagnosis Matrix
Use the symptom you can already see to find the gate to test first.
| Symptom you can see | Likely gate | Test to run this week | What a fix changes |
|---|---|---|---|
| Traffic is up, submissions are flat, and the leads that arrive are off-target | Intent | Segment conversion by landing page and by query type, and count calls alongside forms | Stops you buying more of the traffic that was never going to convert |
| Contact page gets visits, almost nobody starts the form | Start | Watch what sits above the form: is there a stated outcome, a response time, and a reason to act now | Usually the largest single percentage gain on the page |
| People start the form and stop partway | Finish | Field-level analytics on the form, then look at the field before the drop-off | Removes one specific commitment blocker, not five fields |
| Submissions look plausible but sales says volume is lower than marketing reports | Delivery | Reconcile analytics events, database entries and CRM records for one month | Recovers leads already paid for, at effectively zero acquisition cost |
| Leads arrive, get worked, and go quiet | Response | Measure median time from timestamp on the record to first human reply | Converts existing leads at a higher rate with no traffic change |
| Everything looks fine and revenue does not move | Intent and Finish together | Check whether the form asks anything that separates a buyer from a browser | Fewer submissions, better conversations, shorter sales cycle |
Run the delivery reconciliation first regardless of symptom. It is the cheapest test on the list and the only one that can return leads you already earned.
What a Contact Form That Converts Actually Contains
The anatomy is short, and none of it is about the visual design of the fields.
A named outcome above the form. Not “get in touch”. What the visitor receives, from whom, and by when. “Send this and a senior developer replies within one business day with an initial scope view” is a promise. “Contact us” is furniture.
One qualifying question that a browser cannot answer well. It costs you submissions and buys you conversations. That trade is correct for anything with a considered sales cycle.
The contact channel your buyers actually use, given equal weight. If more than half of conversions in your sector arrive by phone, a visible phone number is not a fallback, it is the primary path, and it should be measured as a conversion in the same report.
A submission that is stored before it is sent. The database entry is the record of truth. The email is a notification about the record, and notifications are allowed to fail.
Mail sent from your own authenticated domain through a real mail service, with the visitor’s address in Reply-To. This is a configuration change, not a project.
A named owner and a response clock. One person, one target, measured monthly. It belongs alongside your other revenue mechanics, reported as a number rather than an intention.
Nothing on that list requires a redesign. Most of it can be done in a week by someone who understands both the WordPress stack and where the revenue actually leaks, which is a narrower group of people than the number of agencies offering to rebuild your contact page.
Key Takeaways
- Contact form performance is the product of five gates: intent, start, finish, delivery and response. Improving a strong gate moves almost nothing; improving your worst gate moves everything.
- Zuko Analytics reports that 38 percent of contact form starters complete the form and only 9 percent of people who view one convert, making contact forms one of the worst-performing form types measured.
- The same data shows a flat trend line between number of inputs and completion, so field count is not the primary driver of whether a form is completed.
- For a considered B2B purchase, shortening the form raises submissions and lowers conversations, because every field removed moves a qualifying question from the visitor to your sales team.
- Delivery is the only gate that fails with no error and no record. WordPress sends mail via PHP’s mail function by default, form notifications spoofing the visitor’s From address fail DMARC, and Contact Form 7 does not store submitted messages anywhere.
- Reconciling analytics submission events, form database entries and CRM records for a single month is the highest-return twenty minutes available to most marketing teams.
- A 2007 MIT Sloan and InsideSales.com analysis found contact odds falling roughly 100 times and qualification odds roughly 21 times between a five-minute and a thirty-minute response, with the researcher noting patterns vary significantly by company.
- Ruler Analytics puts professional services conversion at 6.1 percent, with 52.6 percent of conversions arriving by phone rather than by form.
Conclusion
A contact form is not a marketing asset with a design problem. It is the visible end of an unmonitored operational chain that runs from traffic composition through mail authentication to the first human reply. Companies that treat it that way find leads they had already paid for, usually within a week, usually without touching the design. Companies that treat it as a conversion rate optimisation exercise buy a new form, keep the same chain, and conclude a quarter later that the traffic must be the problem. The difference between those two outcomes is one reconciliation, one mail configuration, and one named owner with a clock.
FAQs
Q1. Why does my contact form get traffic but no leads?
Usually one of five gates, and rarely the one being redesigned. Either the traffic contains few buyers, few visitors start the form, starters abandon it, submissions never reach a human, or leads arrive and are answered too late. Delivery is the most commonly missed, because the visitor sees a success message while the business sees nothing and no error is raised. Reconcile analytics submission events against your form’s stored entries and your CRM records for one month; any gap is leads you never saw.
Q2. How many fields should a contact form have?
Field count is the wrong lever. Zuko Analytics reports a flat trend line between the number of inputs and successful completion. What matters is what each field asks of the visitor. A phone number is high friction because it invites a call, not because it takes time to type. For considered purchases, keep the fields that qualify and remove the ones that only collect data nobody uses.
Q3. Is a shorter contact form always better?
No. Shorter forms produce more submissions and, for considered B2B purchases, worse ones. Each field you remove moves a qualifying question from the visitor, who answers it for free, to your sales team, who answers it at cost. Judge a form by conversations started, not submissions received.
Q4. Why are my WordPress contact form emails not arriving?
Three common causes. WordPress uses PHP’s mail function by default, so mail originates from your web server rather than an authenticated mail service and is often filtered. Many setups put the visitor’s email in the From header, which fails DMARC authentication at most large mailbox providers. And some plugins, including Contact Form 7 by its own documentation, do not store submitted messages, so a failed email leaves no record. Send from your own authenticated domain via SMTP, put the visitor’s address in Reply-To, and store every entry in the database.
Q5. How fast should we respond to a form submission?
Fast, and the decay is front-loaded. A 2007 MIT Sloan and InsideSales.com analysis of more than 15,000 leads found contact odds dropping roughly 100 times and qualification odds roughly 21 times between a five-minute and a thirty-minute response, though the researcher noted patterns vary by company. The practical target is a named owner, a measured median time to first human reply, and a routing rule that does not depend on who happens to check a shared inbox.
Q6. Should we count phone calls as conversions alongside form submissions?
Yes, in the same report. Ruler Analytics found 52.6 percent of professional services conversions arriving by phone against 47.4 percent by form. Reporting only form submissions understates demand and sends optimisation effort to the smaller channel.