• Works well but I want more control over the “you are already subscribed” screen.

    So I created a page and added the line to optin,php

    if (count($results) >0)
    		 {
     			 require "http://domain.ca/join-the-community/sorry/";
    		 }

    Works well – but only displays for a handful of seconds before redirecting to the Thank You page.

    I’ve been looking through the code in optin.php but cannot see a redirection instruction… any ideas?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘already registered page’ is closed to new replies.