- Posts: 1
- Thank you received: 0
Thank you page
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
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.
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):
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
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.
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
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.
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
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.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
I agree
Copyright 2010 freakedout.de - All Rights Reserved
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.