Logo

General Options

Configure core plugin pages and link registration, login, and account management features to specific pages on your site using shortcodes or blocks.

Last updated on Jul 15, 2026

Accessing General Settings

To open the General Settings, go to:

User Registration & Membership → Settings → General

The General Settings page is divided into two sections:

Section

Purpose

Pages

Assign the pages used for registration, login, account management, and membership pricing.

Style

Customize the colors used for plugin interface elements.


Pages

The Pages section lets you link each User Registration & Membership feature to a specific page on your site. Each page serves a distinct purpose and must contain the correct shortcode or block to function properly.

Recommended Page Setup

The table below shows the standard pages used by User Registration & Membership, along with the content each page requires.

Page

Purpose

Required Content

Registration Page

Allows users to create a new account.

[user_registration_form id="ID"]

Login Page

Allows existing users to log in.

[user_registration_login]

My Account Page

Displays the user dashboard for profile and membership management.

[user_registration_my_account]

Lost Password Page

Allows users to reset a forgotten password.

[user_registration_lost_password]

Membership Pricing Page

Displays available membership plans.

Membership Pricing Block

Thank You Page

Shown after successful registration or membership purchase.

[user_registration_membership_thank_you]


How to Find Your Registration Form ID

The shortcode for the Registration Page requires your form's unique ID:

[user_registration_form id="ID"]

How you find that ID depends on whether you are using a single form or multiple forms.

If you are using a single registration form:

Go to User Registration & Membership → Registration Forms.

Open your form in the Form Builder.

The shortcode — including the form ID — will appear at the top of the builder.

Copy the shortcode and add it to your Registration page.

Example:

[user_registration_form id="123"]

If Multiple Registration Forms are enabled:

Go to User Registration & Membership → Registration Forms.

Each form listed will have its own unique ID.

Use the shortcode with the ID of the specific form you want to display on the page.

Example:

[user_registration_form id="456"]

During the Setup Wizard, User Registration & Membership automatically creates all required default pages for your site. If any of these pages are missing, you can recreate them by running the Setup Wizard again from:
The page settings described below are mainly used when you want to reassign plugin features to pages you have created manually.
User Registration & Membership → Tools → Setup Wizard

Registration Page

Select the page that will be used for user registration.

This page must contain the registration form shortcode. Use the Form Builder to get the exact shortcode with the correct form ID and add it to the page content.


Login Page

Select the page where existing users will log in to their accounts.

This page must include the following shortcode:

[user_registration_login]

My Account Page

Select the page that will serve as the user dashboard.

Once logged in, users can use this page to:

Manage their profile

View membership details

Update account information

Access other account-related features

This page must contain the following shortcode:

[user_registration_my_account]

Lost Password Page

Select the page that allows users to reset their password if they have forgotten their login credentials.

This page must contain the following shortcode:

[user_registration_lost_password]

Membership Pricing Page

Select the page that displays the available membership plans on your site.

Users can browse membership options and select a plan from this page. Add the Membership Pricing Block to the page using the WordPress block editor.


Thank You Page

Select the page users are redirected to after successfully completing a registration or a membership purchase.

This page is typically used to display a confirmation message or provide guidance on the next steps. Add the following shortcode to the page content:

[user_registration_membership_thank_you]

Style

The Style section lets you customize the colors used by the plugin's interface elements. Use these settings to align the plugin's appearance with your website's design and branding.

The section includes three color settings, each controlled by a color picker.


Primary Color

Choose the primary color applied to important UI elements across the plugin, such as highlights and active states.


Button Text

Choose the text color displayed on plugin buttons.

Make sure the text color contrasts clearly with the button background to keep buttons readable for all users.


Button Background

Choose the background color for all plugin buttons.

Matching this to your site's brand colors helps create a consistent visual experience across your site.


How to Select a Color

To update any color setting:

Click the color circle next to the setting you want to change.

Use the color picker to visually select your desired color, or enter a hex code directly in the input field (for example: #790a0a).

Click Save Changes to apply the new color.


Saving Your Settings

After making any changes in the Pages or Style sections, click Save Changes at the bottom of the page.

Your changes take effect immediately and will be reflected across the plugin's pages and interface on your site.


After completing this setup, your plugin's core pages will be correctly assigned and your interface colors will match your site's branding. For the next step, you may want to review your registration form settings or configure the login and account page behavior under the other Settings tabs.