Creating a Membership Registration Page
MemberPress allows you to create membership registration pages in two ways:
- Automatically when creating a membership.
- Manually by adding a shortcode to any Ideakit Page, Post, or Custom Post Type.
These two methods have been explained below.
Automatically
By simply creating your membership in MemberPress, you have created your registration page also for that membership! You can find the link to your membership’s registration page here.

Manually
You can manually create a registration page as well if you would like. You may want to do this if you are using a custom page builder (which won’t work on the default automatically created registration page), or for any other reason.
To do this, simply create a normal Ideakit Page, Post, or Custom Post Type where you would like the registration form to appear and then enter this shortcode onto the page:
Simply replace 123 with your own membership’s unique ID (Where to find a Membership’s ID?) IMPORTANT: When using this, you’ll most likely need to also enable the Global CSS option under MemberPress > Settings > General to prevent errors from appearing on the form.
Editing the Membership Registration Page
The registration page can currently only be edited with Custom CSS or with custom page templates.
If you would simply like to add any content above or below your registration form on the page you can do so by using one our shortcodes:
For the default, or automatically created registration page:
And for a manually created registration page: Remember to replace 123 with your own memberships unique ID (Where to find a Membership’s ID?) IMPORTANT: When using this, you’ll most likely need to also enable the Global CSS option your Options > General of MemberPress to prevent errors from appearing on the form.
Here is an example of how this might look, using the first shortcode as an example:

Cloning registration pages
If you’re going to have a lot of memberships, you might get an idea to clone one membership page and just adjust the membership’s details. Though neither MemberPress nor Ideakit offer cloning, there are plugins that add that functionality.
However, if you’re using or going to use Stripe, ever, and then use some plugin with its default settings to clone a membership, it will cause issues with Stripe. Namely, you’ll have members signed up for the wrong plan, which is not what you want to deal with.Â
In the settings for that plugin add _mepr_stripe* to the “Do not copy these fields“

and on the Permissions tab enable the Memberships post type.

Of course, other plugins could be used for cloning, if you can set them up to exclude those meta fields.