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
Go to Edit → Advanced → Redirect Upon Entry
Toggle the setting to YES
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:
Add the custom field to your entry form
Open your form in a browser
Right-click the field and select Inspect
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.
