WP eMember uses ONE registration form for all kinds of membership registration. 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.
Occasionally, you may need to create a registration form for a particular membership level for a special reason. For example, give backdoor entrance to your paid membership site to some special people (this way they won’t have to pay)
Create a Registration Form for a Specific Level
Create a new WordPress page. Then use the following shortcode on this page. It will place a registration form for a particular membership level:
[wp_eMember_registration_form_for level=1]
1 is the membership level ID in this example. Change it to the actual membership level ID value for your system.
Now, when a user registers using this form, he 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.