Different Sign Up Forms & Templates Possible?

Discussion in 'Templates customization' started by question, Apr 15, 2010.

  1. question

    question New Member

    Joined:
    Oct 25, 2006
    Messages:
    30
    Is it possible to do multiple signup pages? I know about negative price groups but I want different templates so that I can have each products header and banner show up on its own sign up page.

    Am I able to just paste the main code from the regular signup page into a new html page and call it signup2.html and use that?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Here is what you can do :
    1. Copy signup.php to signup2.php.
    2. At the top of signup2.php after include('./config.inc.php'); line add this:
    $config['amember_signup_template'] = "signup2.html";
    3. Copy /amember/templates/signup.html to /amember/templates/signup2.html and change it as you need.
  3. 0wazza0

    0wazza0 Member

    Joined:
    May 31, 2009
    Messages:
    31
    I understand all this but how do you then customize the contents of each separate signup page? They don't appear separately in Setup/Configuration and when you add a new product, it appears on both signup pages!
  4. nomaddesign

    nomaddesign Member

    Joined:
    Aug 25, 2005
    Messages:
    67
    I have the same question / need. Our free signup page needs a different design from our paid products.

Share This Page