Hi. For the time being, I just want people to signup for FREE. Now, I don't want to take them to a page showing stuff like "http://website.com/amember/signup?productid=-1" because i don't want users to start hacking with the numbers for productid's. plus, i don't really like it looking like that. i'm guessing that i would have to modify the signup.php script/template so it didn't check for "product_id =-1" and didn't show "membership type box". Is there a preferred way to do this? thanks
You can modify amember/templates/signup.html remove "memembership type" rows from the table and insert just <input type=hidden name=product_id value="YOUR_PRODUCT_NUMERIC_ID">