Tutorial

How Do I Send Visitors to a Custom Confirmation Page After a Webflow Form Submit in 2026?

Written by
Pravin Kumar
Published on
Jul 5, 2026

Why does your Webflow form feel like it goes nowhere?

Someone fills out your contact form, hits submit, and then the page just sits there with a small green message. No new page. No next step. It works, but it feels flat. I see this on almost every Webflow site I audit, and it is one of the easiest things to fix.

By default, Webflow shows a built-in inline success message right where the form used to be. That is fine for a quick note. But if you care about tracking, follow-up, or giving people somewhere to go next, you want a real confirmation page. Here is how I set that up, and why it matters more than most people think.

What does Webflow do by default when someone submits a form?

By default, Webflow forms have a built-in success state. When the submit goes through, Webflow hides the form and shows a short inline message in the same spot, usually something like "Thank you, your submission has been received." The visitor never leaves the page. Nothing else happens unless you change it.

This is the "Success" state you can style inside the Designer. It lives right next to the form and the error state. For a lot of small forms, like a quick question box in a footer, that inline message is honestly enough. But it is a dead end. The person stays put, and you have no clean way to know it happened.

How do I send visitors to a custom confirmation page after a Webflow form submit?

You use the "Redirect URL" setting in the form's settings. Select the Form Block, open the settings panel, and set the Redirect URL to a page like /thank-you. Then build that thank-you page and publish. After a successful submit, Webflow skips the inline message and sends the visitor to your page instead.

The one trick that trips people up is selection. You have to select the Form Block, not the form fields or the button inside it. In Webflow, the Form Block is the wrapper element that holds the whole form. Click into the form, then click up a level until the tag reads "Form Block" in the top of the Designer. Once you have that selected, open the settings tab, which is the gear icon. You will see a field labeled Redirect URL. Type the path to your page there, like /thank-you, and Webflow handles the rest.

After that, create the actual page. Add a new page in your site, name it something clean like "Thank You" so the slug becomes /thank-you, and make sure that path matches what you typed in the Redirect URL field exactly. Then hit publish. I always test it live by submitting the form once on the published site, because the redirect does not fire inside the Designer preview.

Why should I use a real thank-you page instead of the inline success message?

A real page gives you three things the inline message cannot: cleaner conversion tracking, room for a next action, and a link you can share. The inline message lives on the same URL as the form, so it is invisible to your analytics and it leads nowhere. A dedicated page fixes all three at once.

The tracking point is the big one for me. When the confirmation lives at its own URL, like /thank-you, you can count visits to that URL as conversions. That works in Google Analytics, in Google Tag Manager, and it gives you a page you can fire a conversion event on for Google Ads or a Meta Pixel. With the inline message, there is no new page load and no unique URL, so you are guessing.

The second reason is room to breathe. A real page is a blank canvas where you can tell people what happens next. And the third reason is that a thank-you URL is a real link. You can share it, bookmark it, or point a campaign at it. A green line of text buried inside a homepage is none of those things.

Can I redirect to an external URL instead of an internal page?

Yes. The Redirect URL field accepts both. You can send people to an internal path on the same site, like /thank-you, or to a full external URL on another domain. If you are pointing somewhere inside your own Webflow site, use the path. If you are sending people off-site, paste the complete web address.

I use the external option when a client wants to hand people off to a scheduler, a payment page, or a video hosted somewhere else. For example, after a "book a call" form, you might redirect straight to a booking tool. Just remember that once someone lands on an external URL, you have handed them to another system, so your own tracking and design stop there. For most lead forms, I keep the redirect internal so I stay in control.

What should actually go on the thank-you page?

At minimum, confirm that the submission worked and set expectations, like when you will reply. But do not stop there. The best thank-you pages give the visitor one clear next thing to do. That could be reading a popular article, watching a short intro video, or following you on LinkedIn while they wait.

This is where most people leave value on the table, so I wrote a whole piece on how to design a thank-you page that earns a next action, which walks through picking the one action that fits the moment. The rule I follow is simple. The person just raised their hand and trusts you a little more than they did a minute ago. That is the warmest they will ever be. Waste it and you have taught them that filling out your form leads to nothing.

Why is the thank-you page the most wasted page on most Webflow sites?

Because it is the one page people are guaranteed to see at their most engaged, and almost nobody designs it on purpose. It gets built last, if at all, with a headline that says "Thanks" and a link back home. That is my honest, slightly contrarian take after auditing a lot of sites.

Think about who is standing on that page. They did not stumble in. They just gave you their name, their email, maybe their phone number. They are leaning in. And what do we usually give them? A dead end and a back button. If your homepage got the design attention your thank-you page gets, you would fire yourself. I treat this page as a second pitch, not a receipt. It is the cheapest conversion real estate you own, and it is sitting empty on most sites I open.

How do I track conversions with a confirmation page?

Point your analytics at the thank-you URL. Because /thank-you loads as its own page, you can set it up as a conversion or goal in tools like Google Analytics, or trigger a tag in Google Tag Manager when that URL loads. Every visit to that page is a completed form, so your numbers finally reflect reality.

This is the practical payoff of the whole setup. Remember that a published Webflow page is served as real, pre-rendered HTML at its own address, so the thank-you page behaves like any other page a tracker can watch. You get a clean count of submissions without wiring up anything fancy. When a client asks me "how many leads did the site get last month," this is the number I trust, because it counts the moment the form actually succeeded.

What if my redirect is not working after I publish?

First, check that you selected the Form Block, not a field, when you set the Redirect URL. Then confirm the path matches your page slug exactly, including the leading slash. And always test on the published site, not in Designer preview, because the redirect only fires on a real, successful submit on the live site.

The most common mistake I see is a slug mismatch. You typed /thankyou in the settings but named the page so the slug became /thank-you, or the other way around. Open the page settings, copy the real slug, and paste it into the Redirect URL field so there is no room for a typo. If you have moved pages around and old links break, that is a different problem, and I cover how to handle those cases in my guide to setting up 301 redirects in Webflow after a redesign so old URLs still land somewhere. But for a fresh form, a mismatch is almost always the culprit.

Should I use a thank-you page to deliver a lead magnet?

Yes, and it is one of the cleanest ways to do it. Instead of promising to email a PDF later, redirect straight to a thank-you page that holds the download. The person gets the file the second they submit, with no waiting and no automation to build. It is fast for them and simple for you.

If that is your goal, I wrote a full walkthrough on delivering a lead magnet PDF after a Webflow form submit without any automation, which shows how to put the file on the confirmation page itself. I like this approach because it removes the weakest link in most lead magnet setups, which is the email that never arrives or lands in spam. The value shows up on screen, right away, on a page you control.

Want help setting this up?

None of this is hard, but the details matter, and a broken redirect quietly costs you leads. If you want a hand pointing your Webflow forms at a proper confirmation page, or you want to turn that page into something that actually earns the next click, reach out. I am happy to walk through it with you and get it working right.

Get your website crafted professionally

Let's create a stunning website that drive great results for your business

Contact

Get in Touch

This form help clarify important questions in advance.
Please be as precise as possible as it will save our time.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.