ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: chris6 on May 21, 2004, 07:26:51 am
-
does anyone know what code I need to put into my signup.php to redirect my subscribers back into my website instead of them looking at the signup.php page? or can i just make my signup.php a normal html page?
Gail
-
The post subscribe page can be completely modified via "List Settings" -> "Custom HTML" for the list in question.
You can redirect the user back to the previous page by including some JavaScript in your HTML, such as:
<script>history.back();</script>
-
Hi Gail,
What I did was to put " target=new" (without the quotes) at the end
of the form's post code. It looks like this:
<form method=post action=http://YOURDOMAIN.com/mail/signup.php target=new>
What that does is open a new window for the confirm message to pop in.
I like it that way because when I use Outlook to view my email, it will
use an already open browser for any link I click on in an email.
It uses the new widow opened to display the Signup Success message
after clicking the confirm link in the email - leaving my page open
underneath it.
Hope that helps...
Chris Kaminski
http://www.YouBuildWealth.com