Registration
NOTE: Check out this help guide on how to make use of the new LearnDash 3.6 Registration flow.
You can use the Registration tab to customize the registration page after the user clicks on the “Take this Course” or Buy Now button.
Table of Contents [hide]
Registration Fields
This is where you can customize the fields that you want to show on the registration page. All three: username, email, and password, are required and the rest are optional including:
- First Name
- Last Name
You have to option to rearrange these options to a specific order, enable or disable each item, set them as required and edit the Label for these fields.
NOTE: If you want to add additional fields we use the standard WordPress hooks for the login and register forms/actions. Please refer to our developer documentation for the relevant hooks and functions.
Registration Pages
Just like any other eCommerce platform, you can assign specific pages to be the Registration and Registration Success page for your site. You can customize these pages as much as you want to.
Registration Shortcodes
Registration shortcodes allow you to display different components related to the registration:
LearnDash Password Reset – [ld_reset_password]
This shortcode displays a form that will allow your users to reset their password:
Available attributes:
width (optional): The width of the form specified in pixels
LearnDash Registration Form – [ld_registration]
This shortcode will display the registration form when you’re using LearnDash’s built-in registration and/or payment system.
NOTE: If these options are filled and set, the site will use the new registration flow as indicated above. If left unset, the old registration process will be in effect.
Remember to click “Save” after making changes.
If you want to learn more about the new LearnDash registration process, with step-by-step instructions, check out this help guide.