Author Topic: Page user redirected to after signup  (Read 1575 times)

webmaster34

  • Posts: 6
    • View Profile
Page user redirected to after signup
« 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 ?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Page user redirected to after signup
« Reply #1 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>
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Page user redirected to after signup
« Reply #2 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting