The Leads You Never Knew You Lost
September 1, 2026 · 5 min read · Mesa Web Designers

In this article
Here is the failure mode that costs more than any other, and almost nobody catches it early.
A customer finds your site, likes what they read, fills in your form, and clicks send. They see a thank-you message. They feel they have made contact. They wait a day, maybe two, then call somebody else.
You never knew they existed. There is no error in your inbox, no alert, no red mark anywhere. From where you sit, it was just a slow two weeks.
A site that goes down is loud — customers ring you about it. A form that stops delivering is silent, and it can stay silent for months.
Why it breaks without anyone touching it
The thing owners find hardest to accept is that nobody did anything. The form worked in March and stopped in June and no one edited the site. That is entirely normal, because a form depends on a chain of things you do not control.
Email authentication caught up with you
Most site forms send mail as your domain, from your web host's server. Receiving providers have spent years tightening the rules on whether that is allowed — SPF, DKIM, DMARC — and they now apply them strictly. If your records do not authorize your host to send on your behalf, your form mail is quietly binned. Not bounced. Binned.
The tightening happened on Google's and Microsoft's schedule, not yours. Nothing on your site changed. The rules around it did.
The address stopped existing
The form sends to an employee who left. To a forwarder that was removed. To an inbox that filled up. The form still submits perfectly; the mail lands nowhere.
Something updated
A plugin update reset a setting. A theme update swapped the form handler. A host migration moved the site but not the mail configuration. Each is small on its own and invisible unless someone tests.
It is going to spam
Not lost — filtered. Sitting in a junk folder nobody opens, sorted there because the mail is unauthenticated, or because it looks like every other automated form notification.
Test yours in two minutes
Do this now, honestly, as a stranger would.
- Open your site on your phone, on mobile data rather than the office wifi. Not the admin view — the real site, the way a customer sees it.
- Fill the form in properly. Real name, real message, an email address you can check that is not on your own domain.
- Submit it and watch what happens. Do you get a confirmation? Does the page break? Does it silently reload with the fields still full?
- Check the destination inbox. Then check spam. Then check any shared or forwarded mailbox it should reach.
- Repeat for every form you have. The quote form, the contact page, the footer, the callback widget, the one on your landing page. They frequently use different mechanisms, and they fail independently.
If the mail arrives in under a minute, in the inbox and not in spam, you are fine. If it arrives in spam, you have a deliverability problem, which is fixable and worth fixing — spam-foldered leads are lost leads. If it does not arrive at all, you have been losing inquiries for as long as it has been broken, and the only real question is how long.
The part that stings
There is rarely a way to recover what was lost. The submissions were not stored anywhere; they were emailed and the email failed. Those people are gone, and most of them called a competitor within the hour.
Which is why the fix is worth more than it looks. You are not buying a repaired form. You are buying every inquiry between now and whenever you would otherwise have noticed — and given that most owners notice by accident, that could be a long time.
Two things worth adding while you are in there
- Store submissions as well as emailing them. If the mail fails, the lead still exists somewhere you can find it. This alone converts a catastrophe into an annoyance.
- Send an auto-reply to the customer. It reassures them that the message landed, and it gives you a second signal that the mail path is working.
Both are small pieces of work with a wildly disproportionate payoff, and neither is standard on most sites we look at.
If you would rather it was simply handled
Form and email rescue is one of our flat-priced repairs: $389, covering broken submissions, vanishing notifications, spam-folder exile, and the SPF and DKIM setup where the fix needs it. You get a number before anything starts, and if we look and cannot fix it you get every dollar back.
Not sure whether this is your problem? The free health check covers form delivery among other things, and takes about a minute.
But do the two-minute test first, today, whether you hire anyone or not. It is the single highest-value thing most trade businesses could do with the next two minutes — and a broken form is one of the most common faults we find on sites handed to us for repair.