Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
  1. Home
  2. Blog
  3. Where Enquiries Go After Someone Presses Send
Web Development

Where Enquiries Go After Someone Presses Send

Submissions get lost between the form and a human. Storage, notification, routing and the checks that catch a silent failure.

Updated 2 min readBy SpiderHunts Technologies

Free estimateNo obligation

Get a free estimate

Tell us what you need. A senior engineer reads every enquiry.

Takes under a minute. We never share your details.

  • Free consultation
  • No commitment
  • NDA on request

Prefer to talk? Book a free 30-minute call →

Quick answer — TL;DR

Store the submission first, then notify. Email alone loses enquiries to spam filtering and deleted messages, and a form that has silently stopped sending looks identical to a quiet week.

The short answer

Notification by email alone is fragile. Messages get filtered, deleted or missed, and there is no record afterwards that the enquiry ever existed.

Store every submission durably first, then send the notification. The store is the record; the email is a prompt.

The order that matters

  1. Validate and store the submission.
  2. Confirm to the visitor, on the page.
  3. Send the notification to whoever handles it.
  4. Send an acknowledgement to the visitor.
  5. Record whether each of those succeeded.

Storing before notifying means a mail failure costs you a prompt rather than a lead. That is the whole point of the ordering.

How enquiries get lost

FailureWhy it is invisible
Notification filtered as spamLooks like a quiet week
Sent to a departed employeeNobody notices the absence
Mail sending silently discardedServer reports success
Handler on leaveNo cover arranged
Script error blocking submitNo submission arrives at all

Every row produces the same symptom: fewer enquiries, no error. That is why an explicit check is necessary.

Check that it still works

  • A scheduled test submission that goes the whole way
  • An alert if no genuine submissions arrive in a period you would normally see some
  • A visible count of stored submissions somewhere people look
  • Test any change to the form end to end, not just the page load
  • More than one notification recipient

The second point is the cheapest early warning. Several days of silence on a form that normally produces enquiries is almost always a fault.

Route it to someone accountable

An enquiry that arrives in a shared mailbox everyone assumes someone else is watching is functionally lost. Name an owner and a response time.

Acknowledging quickly with a realistic timeframe matters more than answering immediately. Silence is what sends people to a competitor.

FAQ

Frequently asked questions

The questions readers ask us after this guide.

Still have a question?

Ask us directly — a senior engineer will get back to you.

Ask about your project

Is email notification enough?

No. Store the submission first. Email gets filtered, deleted and missed, and leaves no record afterwards.

How do we know if the form has stopped working?

Alert on an unusual period of silence, and run a scheduled test submission that goes the whole way through.

Who should receive notifications?

More than one person, with a named owner and a stated response time. Shared mailboxes lose enquiries.

What should the visitor see?

Confirmation on the page, then an acknowledgement by email with a realistic timeframe.

Keep reading

More on Web Development

Start here

Want your enquiry forms checked, or a free one set up?

Send us the page and we will look at the form: whether it submits reliably, where people drop out, and whether the notification actually arrives. If you need a form and do not have one, we will set a free one up for you.

  1. You tell us what you needTwo minutes on the form, or a message on WhatsApp.
  2. A senior engineer reviews itAnd comes back with questions, a realistic range and an honest view on fit.
  3. Free 30-minute scoping callWe talk through scope, options and a realistic estimate — with no obligation.
Free estimateNo obligation

Talk to someone who builds this

Send a short brief and we will come back with an honest view and a realistic range.

Takes under a minute. We never share your details.

  • Free consultation
  • No commitment
  • NDA on request

Prefer to talk? Book a free 30-minute call →