Hi there I've created a product and given it a negative price group id of -1 so that it doesn't appear on the main signup.php page. I try to link to it as per the instructions ww.mydomain.com/amember/signup.php?price_group=-1 but it just brings up the main product signup page? not the second product? any ideas? sorry I think I posted in wrong board..should have been the customisation one, not the template customisation one !
ok I think I may have figured out what is causing my original problem, but that in itself creates another one !! I ammended the signup.html page to add in additional text for the main product and obviously it's using that for the -1 signup page ! hmm.. so how do I tell it to use signup2.html which would be a non-changed one?
Copy your signup pages, signup.php and signup.html and call them begin.php and begin.html. then replace occurances of signup.html in begin.php with begin.html Now you have a new version of the signup form you can edit! David
ok sorry I realise now how to do that.. I just use begin.php with the negative id for the signup page instead ! (I think?)