Is there anyway I can show the address info only for a certain membership? I have two memberships: Silver and Gold. I don't need to show the address info for the Silver one, but I need it for the Gold membership. I'm just asking before starting making my own database tables. Thanks.
Perhaps similar to this question? http://www.amember.com/forum/showthread.php?t=13047 Can use javascript or jquery. David
Thanks David, But I don't think this will be helpful. Because everyone can use the link/button or whatever to show the address info. So even Silver users will be able to add the information. I need it only for the Gold users. I think it's best to make a table gold_plan and add the information needed there, using user name or user_id as a link between the tables.
You can create a copy of your signup page, make sure you have the address fields as optional in the amember settings BUT make the fields required on the new signup page with javascript. I use separate signup pages to achieve similar effects. I can highly recommend the amSalesPages plugin by Ken Gary.
Being useless at javascript, wold it be possible to have a look at how you make the fields required?? thanks