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?
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.
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!
I have the same question / need. Our free signup page needs a different design from our paid products.