In this post I will cover how to have more than one free membership level on your site. WP eMember uses one registration form for all of your membership levels. This way you don’t have to create multiple pages with different registration forms and confuse your customers. Full details of how eMember does this is explained here.
Steps for Creating Multiple Free Membership Levels on Your Site:
Step 1: Create a New Level
You can create as many membership levels as you want to. When you give your users access to a membership level for free, it makes that level a “FREE” one.
Create a new membership access level from eMember’s “Membership Level” interface. Lets say the ID of this level is 2.
Step 2: Create a Registration Page
Create a new WordPress page and use the following shortcode on it. This will place a registration form for this newly created membership level:
[wp_eMember_registration_form_for level=2]
2 is the membership ID in this example. You will need to change this value to the actual membership level ID for your system.
Step 3: Send Users to This Page
Now, you can send users to this page and they will be able to signup for this free membership level.
You can repeat steps 1, 2 and 3 to create as many free levels as you want.
Leave a Reply