[kbs_register] Shortcode
You can display a user registration form for to allow users to register an account on your site.
KB Support will determine if the user is an existing customer, and if they are, it will automatically link their customer account to this account.
The
shortcode should be added on a page that you want to act as the registration page.
Default Usage
Optional Parameters
accepts a single optional parameter redirect that allows you to define the page that the user should be redirected to after registering. By default, the user will be redirected back to the page that the registration form was displayed on. However, if you wanted to redirect them elsewhere on your site, such as your homepage, you could make use of this parameter like so:
The registration form is populated by the shortcode-register.php template file.
If the user is logged in, “You are already logged in. No registration is required.” will be displayed instead of the registration form.