I have a product that most people will be charged a monthly fee to access. But there are some (contributors, beta testers, etc.) who I want to be able to have a free, lifetime subscription. I've set up the free lifetime subscription as a different product. I've attached a screenshot of the setup. Everything works fine in terms of mechanics - the user is not sent to the actual payment system page to complete payment. But the signup form still displays the Payment System options (PayPal and, for the moment, CCDemo). How can I set up the system so those Payment System options do not appear on the signup page? Thanks in advance for any help anyone can offer - I really appreciate it. Frank Johnson
couple of ways 1) tell amember to assign paysystem to the product and assign free to that product. 2) create a custom signup page and hardcode the free system. <input type="hidden" name="paysys_id" value="free"> This is how i use amember as a "squeeze page". David
Thanks for your reply David. If I wanted to use your first option, how would I do that? I've specified a price of 0.00 on the Edit Product/Subscription screen for the product, but I'm not sure how to "tell amember to assign paysystem to the product." Thanks for your help. Frank
amember setup / advanced / Assign paysystem to product Then set the system in the product setting. David