Skip to main content

Redirect Upon Entry

Written by Aldin Rey
Updated over 2 weeks ago

The Redirect Upon Entry feature lets you automatically send entrants to a specific page immediately after they submit your promotion form.

How it works

By default, after entering a promotion, users are taken to a post-entry page where they can earn bonus entries (for example, by sharing or referring friends).

If you enable Redirect Upon Entry, this default behavior is replaced. Instead, entrants will be sent directly to a URL of your choice.

Note: When this feature is enabled, the post-entry page (including all bonus entry actions) will no longer be shown.


How to enable Redirect Upon Entry

  1. Go to Edit → Advanced → Redirect Upon Entry

  2. Toggle the setting to YES

  3. Enter the URL where you want users to be redirected after submitting the form


Passing data through the redirect URL

You can pass entrant information to your redirect URL by appending parameters to the end of your link.

Supported fields

You can include the following standard fields:

?email=[EMAIL]&f_name=[FIRST_NAME]&l_name=[LAST_NAME]&address=[ADDRESS]&city=[CITY]&state=[STATE]&zip=[ZIP]&country=[COUNTRY]&phone=[PHONE]&dob=[DOB]

This allows you to pre-fill forms, personalize landing pages, or track user data in external systems.


Passing custom fields

To pass custom form fields:

  1. Add the custom field to your entry form

  2. Open your form in a browser

  3. Right-click the field and select Inspect

  4. Locate the field’s ID in the HTML

Then append it to your URL like this:

?colors=[83520_1653480537]

(In this example, colors is the field name and 83520_1653480537 is the field ID.)


Need help?

If you need assistance setting up redirects or passing data, our team is happy to help.


Click the chat icon in the bottom-right corner to start a conversation with support.

Did this answer your question?