Enquiries · 5 min read

Whatactuallyhappensinthetwosecondsaftersomeonehitssubmit

An enquiry passes through five or six handovers before it reaches you. Here's each step, where it breaks, and what a properly wired form does differently.

Submit
Every handover is a place the message can fall over.

A customer fills in your form and clicks submit. To them it's instant. The page says thanks, and they get on with their day assuming you'll be in touch. In the background, that single click sets off a short relay race, and every handover is a place the message can quietly drop. Most owners have never watched it happen, because when it works you notice nothing, and when it fails you also notice nothing. That's the whole problem.

So let's walk it through. The moment someone hits submit, their browser bundles up what they typed and sends it off to your website's server. First place it can go wrong: if the form isn't wired to anything, or the connection stumbles, the data never leaves cleanly. Some sites paper over this with a "thank you" message that shows no matter what, so the customer gets a warm confirmation for a message that never actually sent. They're happy. You've got nothing.

Say the data does arrive. The server now has to do something with it, and that usually means two jobs: save the enquiry somewhere, and email it to you. A lot of forms only do the second one. They fire off an email and keep no copy. Fine, right up until the email fails, and now the enquiry exists nowhere at all. No record, no backup, no way to get it back. Gone.

Then comes the email itself, which is the part that breaks most often. The server sends a message to your inbox, and if your domain isn't set up to prove that message is genuine, your mailbox treats it as suspect and drops it in junk, or drops it entirely. This is common enough that I've written a whole separate piece on it, but the short version is that a form can send perfectly and still never reach you, because delivering is a different step from sending.

Now say the email does land. There's still the question of what happens next, and this is where a form that's been thought about pulls ahead. It doesn't just email you and hope. It sends the customer their own confirmation, a real one, from your actual address, so they know the message went through. It saves the enquiry somewhere you can search later. It sets the reply-to correctly, so when you hit reply the message goes to the customer instead of bouncing. And it quietly blocks spam bots, so your inbox isn't so buried in junk submissions that you stop checking it, which is its own way of losing real enquiries.

There's one more failure that's almost too daft to believe. The address the form sends to gets set once, when the site is built, and then forgotten. Someone leaves the company, the shared inbox is retired, the address changes, and nobody updates the form. Enquiries keep sending, keep delivering, and keep landing in a mailbox no human opens any more. I've watched a business lose months of leads to a former colleague's dead email address.

Here's what to do with all that. Send a test enquiry and time it. A properly wired form gets the message to you within a minute, lands it in your real inbox, and gives the customer a confirmation that feels genuine. If any of those three is off, you've found something worth fixing.

Then ask one blunt question of whoever looks after your site: "If the enquiry email ever fails to send, is there still a copy of the enquiry saved somewhere?" If the answer is no, that's a gap. Every enquiry should exist in at least two places, so one failure can't erase it.

And check where the form sends today, not where it sent when the site was built. Confirm the address belongs to someone who reads it daily. It sounds too obvious to bother with. Bother with it anyway.

The reason this earns your attention: the form is the finish line. Someone found you, trusted you enough to make contact, and did the work of writing to you. Everything you spend on getting found, the site, the search rankings, the ads, funnels down to this one moment. If the last two seconds are shaky, all of it leaks out the bottom.

None of this needs to be a big project. It's usually a couple of small, dull fixes that make sure the enquiries you're already earning actually reach you. If you'd like someone to run the tests and tell you plainly what's solid and what isn't, that's a short job and a good place to start. Get in touch.