Hello, I am working with aMember and greatly appreciate the ease of use this script has. I do have a question however. I will be placing a link to the signup page - like this: "Click here to sign up for the $5 membership" or "Click here to sign up for the $10 membership" Based on which one they select, the $5 or $10 radio button would be pre-selected on the aMember signup page. Is this possible? How could I accomplish this? I was thinking something with case statements in PHP (like signup.php?membership=5 ) but I haven't really looked at the code yet to see if this is possible. Thanks for all your help!
Sure, by using the "Product ID" in your URL example: https://yourdomain.com/amember/signup.php?price_group=1&product_id=2
Perfect! That's just what I was looking for! It's great that I didn't have to go into the code or anything to do that. Thanks a lot skippybosco!