My client wants a membership site with two separate registration forms.
One form for free membership in the Investors member group that uses custom fields.
One form for paid membership in the Entrepreneur member group that also uses custom fields.
The custom fields are unique to each member group. I think I can do this with the standalone registration form for each group but how do I assign a user to a group? I haven’t found a solution in the forums.
If I use custom php to assign member groups what db tables to I need to update?
For payment I’m using SecurePay API and I need to know what db table and field to access to turn on membership after payment.
Do I have to use the standalone registration form? what limitations do I have in editing the provided member templates?
Thanks for your help.