ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: webmaster34 on May 18, 2004, 08:57:37 am

Title: Page user redirected to after signup
Post by: webmaster34 on May 18, 2004, 08:57:37 am
Hi

I hope someone can help. My question is pretty straighforward. I have a web page in which i have integrated the signup code into a number of different pages on my site and this seems to be working fine.
However what i would like to achieve is that whenever a new user joins they should automatically be redricted to the page they were on before.
Is this possible ?
Title: Page user redirected to after signup
Post by: DW on May 18, 2004, 10:27:46 pm
Absolutely,  try placing some JavaScript on your "Subscribe Success" Custom HTML page similar to as follows:

Code: [Select]
<script>history.back();</script>
Title: Page user redirected to after signup
Post by: DW on December 17, 2005, 02:31:03 am
In recent versions you can use the method above or simply enter the URL to forward the user to right on the Custom HTML page.

Regards