How to Redirect to Different Pages After Subscription and/or Confirmation in Mailing Boss and Cheetah

1 – Create the list on Mailingboss;

2 – Create 2 extra fields in this same list:
REDIRECT1 – Text – hidden – not required
REDIRECT2 – Text – hidden – not required

If you’re working with a single-optin list, only 1 of the fields above is necessary.

3 – List -> Pages -> Pending Subscribe Page -> Advanced

Change the redirection URL to:
https://yourwebsitedomain.com/redirect?redir=[REDIRECT1]

4 – List -> Pages -> Subscription Confirmed Page -> Advanced
Change the redirection URL to:
https://yourwebsitedomain.com/redirect?redir=[REDIRECT2]

5 – On Cheetah, create the pages:

Page 1 with the Form using the MB List
Page 2 with the Form using the same MB List
Thank You Page 1
Thank You Page 2
Subscription Confirmed Page 1
Subscription Confirmed Page 2
Redirect Page (Just a page with a brief redirection message)

6 – On Page 1 Settings, paste the JavaScript below in the Page Script Field:

IMPORTANT: adjust the URLs for url1 and url2 for the thank you page and confirmation page you want to redirect to.

7 – Repeat the process for the Page 2 changing the URLs as you wish.

8 – Make sure the Redirect Page url is /redirect. If you want it different, you must change it on Mailingboss Pages too.

9. Edit the Redirect Page Settings and paste the JavaScript below in the Page Script Field:

NOTES: – If the page with the form has a lot of content, you should consider changing the script delay for a higher value, like 5000 (5 seconds). Example:

– You can try a lower value for the redirect script, like 500 (0.5 seconds). Example:

– You can see a live example

here: https://mbredir.theemailexpert.com/ (Landing Page 1)
https://mbredir.theemailexpert.com/home2 (Landing Page 2)