The Simple Membership plugin provides a single registration form that automatically identifies the membership level a user is eligible to sign up for and enables them to register accordingly. For example, if a user purchases the ‘Gold’ membership level, the plugin will only permit them to register for the Gold level by using a unique registration link sent to their email.
If a user visits the registration page without purchasing a membership, the plugin will only allow them to sign up for a free membership account, provided you (the admin) have enabled free membership on your site.
After a payment is made, the plugin sends a unique registration link to the user’s email. This link is valid for a single user registration and allows the user to register for their paid membership account.
Table of Contents
Can I Create Registration Pages for Specific Membership Levels?
Yes you can. Registration forms created using this method allows the user to register for the specified membership level without making any payment:
Step 1) Create a Page with the Shortcode
Create a new WordPress page. Then add the following shortcode on this page. It will place a registration form for the specified membership level (in this example: 3).
[swpm_registration_form level=3]
Step 2) Adjust the Membership Level ID Value
Change the level ID value (3) to the actual membership level ID value for your system. You can also use this add-on to generate the shortcode.
When users register using this form, they will be signing up for that particular membership level that you specified in the shortcode.
You can also hide this special registration page from the standard WordPress navigation menu by excluding the page from your menu.
Member Registration Process
Make sure to read the Registration Process documentation which has more details on the registration process.