---
title: "Setting Up the Registration Page"
source: "https://docs.nexcess.com/software/learndash/academy/setting-up-the-registration-page/"
description: "Once you’ve configured the registration settings, it’s time to set up the actual registration page. This is the page users will be redirected to after clicking…"
vertical: "Software"
area: "Academy"
topics: ["Customizing", "Getting Started", "How To", "LearnDash 101", "Shortcodes"]
date: "2023-02-16"
last_modified: "2023-02-16"
---

# Setting Up the Registration Page

Once you’ve configured the registration settings, it’s time to set up the actual **registration page**. This is the page users will be redirected to after clicking the **Register** link.

#### Editing the Registration Page

From your WordPress dashboard:

1. Go to **Pages > All Pages**.
2. Locate the **Registration** page and click **Edit**.
3. From here, you can: 
    - Edit the page style using the editor panel on the right.
    - Remove or modify existing blocks.
    - Add new blocks by clicking the **“+” button** in the top-left corner and searching for “Registration.”

#### Using the Shortcode

Alternatively, you can add the LearnDash registration form using the shortcode:

```
[ld_registration]

```

You can also include optional attributes (such as width) to customize the form’s appearance.

#### Customizing the Page

Beyond the form itself, you can add additional elements like:

- Welcome text or instructions
- Images or branding elements
- Links to related resources

This helps create a branded, user-friendly experience for your learners.

#### Final Step

When you’re finished, click **Update** (for existing pages) or **Publish** (for new ones) to save your changes.

---

### Why This Matters

Your registration page is the **gateway into your learning experience**. Setting it up properly ensures new learners can sign up without issues and gives you an opportunity to reinforce your brand and guide users toward their first course.

> **Tip:** Add a clear call-to-action on this page—such as “Start Learning Now”—to boost registrations.
