Features

Custom Sign-Up Redirect

By default, when someone joins your waitlist they're shown the Waitlister thank-you page. With a custom sign-up redirect, you can instead send subscribers straight to a URL of your own — your website, a welcome page, an onboarding flow, or a special offer.

Custom sign-up redirect is available on the Growth plan and higher.

How It Works

When a redirect is configured and enabled, a successful sign-up sends the subscriber to your URL instead of the Waitlister thank-you page. This applies everywhere people can join:

  • Your landing page
  • An embedded form on your own site
  • The form action endpoint (no-JavaScript forms)
  • Double opt-in waitlists — the redirect happens after the subscriber confirms their email, since that's the moment they actually join

The API (/api/v1/.../sign-up) is unaffected — it always returns the standard response data so your integration stays in control of what happens next.

A redirect replaces the thank-you page entirely, so its referral sharing, leaderboard, and social-follow tasks won't be shown. If those features are important to your growth loop, consider keeping the thank-you page and linking out from it instead.

Setting Up a Redirect

  1. Go to your waitlist dashboard
  2. Open Settings and select the Links tab
  3. Find Custom sign-up redirect and toggle it on
  4. Enter the URL you want subscribers sent to (must start with https://)
  5. Click Update

To turn it off again, simply toggle it off — subscribers will go back to the standard thank-you page.

Passing Variables in the URL

You can include placeholders in your redirect URL that Waitlister fills in automatically for each subscriber. This lets your destination page personalize the experience or attribute referrals.

VariableReplaced with
{email}The subscriber's email address
{name}The subscriber's name (if collected)
{position}Their position on the waitlist
{points}Their current points total
{referral_code}Their unique referral code

Place any of these in your URL and they'll be substituted at sign-up time. Each value is automatically URL-encoded so it's safe to use in a query string.

Example

A redirect URL like this:

https://yoursite.com/welcome?email={email}&ref={referral_code}

Becomes something like this for the subscriber:

https://yoursite.com/welcome?email=jane%40example.com&ref=happy-star-3f2a
Treat these values as display-only. They appear in the URL and can be edited by the visitor, so don't rely on them for security decisions or for granting access on your destination page. Also note that including {email} or {name} puts personal data in the URL, where it may appear in your server logs and browser history.

Requirements and Notes

  • The URL must be a valid https:// (or http://) address.
  • The feature must be enabled on your plan. If you downgrade, redirects stop automatically and subscribers return to the thank-you page.
  • Only successful, completed sign-ups are redirected. For double opt-in waitlists, that means after email confirmation — not at the moment the form is submitted.

Help and Support

Need a hand setting up your redirect? We're here to help:

Get started for free

Start collecting sign ups for your product launch in minutes — no coding required.