Breadcrumbs

Personalizing Your Thank You Page with Form Data

When someone subscribes to your list, AWeber can automatically pass their information (like their first name) to your thank you page as URL parameters. You can then display that information on the page to create a personalized experience.

Step 1: Enable “Pass Form Data” in Your Form Settings

  1. Go to Sign Up Forms and select the form you want to edit.

  2. Click the Settings tab.

  3. Under Thank You Page, set the dropdown to Custom Page and enter your landing page URL.

  4. Click Show Advanced Settings.

  5. Under Pass Form Data, check the box labeled Forward subscriber information to your thank you page.

  6. Click Save Your Form.

2026-03-30_11-35-00.png

AWeber will append subscriber data to your thank you page URL as parameters. For example: https://example.com/your-page?name=Sarah&email=sarah@example.com

Step 2: Add a Personalization Variable to Your Thank You Page

  1. Go to Landing Pages and open your thank you page.

  2. Click the text element where you want the subscriber’s name to appear.

  3. Insert {{url.name}} where you want the name to display. For example: “You’re all set, {{url.name}}! Your guide is on its way.”

  4. Click Save.

2026-03-30_11-37-27.png

Available URL Parameter Variables

The variables available to you depend on the fields included in your form. For example, if your form collects a subscriber’s name and email address, you may be able to use something like:

  • {{url.name}} — Subscriber’s first name

  • {{url.email}} — Subscriber’s email address