LanderKit

Templates written in French — fully translatable in minutes

Speed-to-lead: how fast should you follow up on a lead from your landing page?

Published on 2 August 2026 · 8 min read

A well-built landing page, a form that discourages no one, a polished thank-you page — and then the lead lands in an inbox where it waits. This blind spot is almost universal: every pixel of the page that captures the lead gets optimised, while the actual human follow-up gets treated as a logistics detail, handled "sometime today" or "at the next sales sync". That's exactly the opposite of what the research on the subject shows: the delay between conversion and the first human contact weighs as much on the outcome as the landing page itself.

What research says about response time

The reference study on this question is by James B. Oldroyd, Kristina McElheran and David Elkington, published in March 2011 in the Harvard Business Review under the title "The Short Life of Online Sales Leads". The authors submitted fake web leads to 2,241 US companies and timed their actual response delay. The result is severe: the average observed delay was 42 hours, and 23% of the companies tested never responded at all. Companies that called back within an hour qualified the lead nearly 7 times more often than those that waited just two more hours — and over 60 times more often than those that waited 24 hours or more. The landing page does the work of attracting and convincing; what the company does in the minutes that follow determines whether that work turns into a sale.

Why speed matters this much

The mechanism is no mystery once you put yourself in the visitor's shoes. Someone filling out a quote request or a callback form has, within that same session or hour, very likely done the same thing on two or three competing pages — see our article on competitor analysis. The interest that drove the conversion is real, but fragile: it fades as time passes, as other solicitations arrive, and the first person to respond often wins the decision before the others have even picked up the phone. After a few hours, the visitor has either already moved forward with a faster competitor, or forgotten the exact context of their request — and the first contact then has to start convincing from scratch, instead of extending an interest that was still warm.

What happens before the first call

The thank-you page sets the expectation

The first lever isn't a sales one, it's editorial: what your thank-you page displays right after conversion. A stated delay ("we'll call you within 2 business hours") reassures immediately and sets a frame — provided it's kept. A delay announced but not honoured damages trust more surely than no delay at all; the same credibility principle runs through our article on dark patterns: a modest, kept promise beats an ambitious one that breaks on the first test.

Removing the human delay with direct booking

The most radical way to win the race is not to run it: instead of collecting a phone number to call back, a Calendly-style booking link lets the visitor pick their own slot while their intent is still intact. We cover this trade-off in our comparison online booking or contact form: this choice doesn't suit every business, but wherever it applies, it brings speed-to-lead down to zero minutes.

Shortening the notification delay technically

Between form submission and the moment a human actually sees it, there's almost always an avoidable dead time: nobody has checked their inbox, or the lead sits in a dashboard nobody opens before the next day. A Next.js landing page like LanderKit's can trigger a notification within a few hundred milliseconds of submission, via a simple API route that relays the form to:

  • A Slack or Teams webhook: the lead appears in the sales channel the moment the visitor clicks "Submit", without waiting for someone to check email.
  • An SMS via an API like Twilio, especially useful for a field team (contractor, real-estate agent) that isn't in front of a screen all day.
  • A direct push to the CRM, with automatic assignment to the first available rep rather than a shared queue where nobody feels responsible for the first move.
  • An immediate confirmation email to the visitor themselves, which closes the loop on the first post-conversion message while the rep prepares their call.

None of these hookups require heavy infrastructure: a Slack webhook takes a few minutes to configure, and a tool like Zapier or Make can connect a form to almost any platform without extra code. The only technical requirement is that the form posts to a route that triggers the notification synchronously, before the thank-you page is even shown to the visitor — not in a deferred job waiting on a nightly cron.

The mistakes that undo the work put into the landing page

Three habits routinely ruin otherwise careful conversion work:

  • Batching leads, at the end of the day or once a week for cyclical businesses — this is exactly the 42-hour delay scenario measured by the Oldroyd, McElheran and Elkington study, with the qualification rates that come with it.
  • Routing every request to a generic inbox (contact@) nobody checks as a priority, instead of a named person or channel identified as owning the first contact.
  • Announcing a response delay you don't keep: a lead who read "within 24 hours" and is still waiting three days later hasn't just lost patience — they've also lost trust in everything else the page promised.

None of these three mistakes show up on the landing page itself — they show up in the rate of turning leads into actual appointments, often wrongly blamed on the page rather than the process that follows. It's the same measurement gap covered in our article on calculating landing page ROI: without tracking what happens after the form, there's no way to know whether a bad result comes from the page or from the response delay. The Real Estate Lead (demo) and Local Business (demo) templates are built for this kind of fast-response funnel, at €89 per template or €229 for the full pack — the response speed itself remains entirely in your hands once the form is wired up.

FAQ

Frequently asked questions

What is "speed-to-lead"?

Speed-to-lead is the delay between the moment a visitor converts on a landing page (form, quote request, callback request) and the moment a company actually follows up. Research shows this delay strongly influences the odds of turning that contact into an appointment or a sale, independent of how good the page that generated the lead was.

What's the ideal delay for following up on a landing page lead?

The reference study (Oldroyd, McElheran and Elkington, Harvard Business Review, 2011) shows that companies responding within an hour qualify the lead about 7 times more often than those waiting two more hours, and over 60 times more often than those waiting 24 hours. For most businesses, a realistic target is minutes to one hour, not the next day.

How do you notify your team instantly when a landing page form is submitted?

The simplest method is to have the form post to a route that triggers a webhook (Slack, Teams), an SMS via an API like Twilio, or a direct push to the CRM, before the thank-you page is even shown to the visitor. No-code tools like Zapier or Make let you connect a form to these channels without custom development.

Should you state a response delay on the thank-you page?

Yes, as long as you keep it. A stated delay ("we'll call you within 2 business hours") reassures the visitor right after conversion, when post-click anxiety is highest. A delay that's announced but not honoured does more damage than none at all — better to promise a modest delay and keep it consistently.

Read next

Related articles