We're using AM for memberships. We also hold yearly retreats and I'm trying to figure out how to create a sign up and payment page for the retreat. I've created a new product (and product group), but when I view that page it asks for the same fields as for the membership (like creating a username and password), which we don't need (since our members have already done that). How can I create another "form" for the retreat registration? Thank you, Ron
Create a new order page and use the order button linked with: <a href="amember/member.php?action=renew&paysys_id=paypal_r&product_id=2"> This will bring them to the payment page if they are logged in, if not, to the log in page, then payment page. David
how do I create a new order page? I already created a new product, called "retreat"....I set the cost, product group, etc. But for someone to buy the "retreat" we need to collect their name, what retreat course they want to take, etc. Like I mentioned, the fields need to be different than on the signup page. And, if the user is logged into his account, can the retreat sign up page already fill in his name? >> Okay, digging a little deeper, I supposed I need to create my own form, put it into a page on the site, then "protect" that page via this product and its Product URL field, right?