Redirect the subscriber to a custom thank you page after subscribe

Redirect the subscriber to a custom thank you page after subscribe

In order to redirect the subscriber to another page than the default one from AppMail after he subscribes, you have to follow a few simple steps.
First, you have to enable the “List form custom redirect” extension which is disabled by default.
This is how it looks when it is enabled:

Once the extension is enabled, you can login as a customer and go to your email lists and select your desired list for which you want to redirect the subscriber to the custom thank you page. From the list overview area, click the Pages box:

Then select the “Subscription confirmed page”:

And finally, now you will see the field where you can enter the redirect URL to your own thank you page:

After you enter your desired URL, save the changes. That’s it, now after subscription to this list, the subscriber will be redirected to the page of your choice.
Please note that you can also add all the list custom fields in the URL of the thank you page, i.e.:

    • Related Articles

    • Setup guide for the “Subscribe by email” extension

      After you have installed the Subscribe by email extension, it’s time to set it up properly so that subscribers will be able to subscribe or unsubscribe by email directly, instead of going to a subscription/unsubscription form. If you go to the ...
    • How do I edit the email list pages (subscribe, unsubscribe, profile page, etc)?

      When we talk about list pages, we are talking about pages like Subscribe, Unsubscribe, Profile page, etc, basically, all the pages that you can see at Backend > List page Types from where you can also set the default way of how the list pages will ...
    • Customise the landing page

      Starting with version 1.5.7, we have added a very simple landing page. This page can be edited by copying the file apps/frontend/views/site/index.php into apps/frontend/views/site/index-custom.php and then change it as you see fit. Of course, you can ...
    • Adding custom configuration params.

      The custom configuration file is apps/common/config/main-custom.php and by default it has this content: [...] return array( // application components 'components' => array( 'db' => array( 'connectionString' => 'mysql:host=__host__;dbname=__dbname__', ...
    • Where is my subscription page?

      In AppMail, each email list has its own pages that you can edit and customize according to what your list represent. You can view your email list by logging into AppMail as a customer and clicking the Lists link from the left side menu. Once you ...