Thank you page

More
02 Feb 2011 22:27 #711 by rens2122
Thank you page was created by rens2122
Hi there,
First of all, What a great component! Very easy to use!

Can someone tell me how I can make a thank you page? So if somebody puse the subscripe button they get a new page with a new URL!

I hope someone can help me with this.

Cheers,
Rens

Please Log in or Create an account to join the conversation.

More
25 Feb 2011 12:50 #778 by pete
Replied by pete on topic Thank you page
Hello Rens,

Create a page on your Joomla site as thank you page.
Then you would have to modify the file /modules/mod_mailchimpsignup/tmpl/default.php
Add this at the end of line 164 (after the closing curly backets):
Code:
else { window.location = 'index.php'; }

Replace index.php with the url of your thank you page. If its a page on the current site it can start with index.php, otherwise with http:// The module with then redirect to this page when the signup was successsful.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
11 Sep 2011 12:47 #2006 by aj5r1gg
Replied by aj5r1gg on topic Thank you page
Hi Pete

I followed this method to redirect to a "thank you" page but its not working as I got php errors. Can you provide more information about where to put the redirect?
The site is at entities.andrewanderi.com/

Cheers!
Andrew

Please Log in or Create an account to join the conversation.

More
13 Dec 2011 01:12 #2162 by aj5r1gg
Replied by aj5r1gg on topic Thank you page
The redirect is not working. Everything else is working with the module but when someone subscribes, there's is no redirect. Can someone supply information as where exactly the redirect should be placed?

Site details:
URL: www.talktotheentities.com/
Joomla v1.7.3
php v5.2.17
mysql v5.1.60
Joomailer v1.7.2

Please Log in or Create an account to join the conversation.