

Frontend lost password form
Get beautiful, branded login forms and registration forms for your website.
Minimal setup allows you to get up and running fast.
Login & Register Forms replaces the default WordPress sign-in & registration flows on the frontend of your site.
Add simple login forms, simple register forms & lost password forms to pages, posts or templates without editing core files.
All forms can be customised and branded with ease, and integrates with popular social login buttons.
[quicklrf_login].[quicklrf_register].[quicklrf_login] – Display a front-end login form.[quicklrf_register] – Display a front-end register form / registration form.[quicklrf_login_register] – Display a dual front-end login & register form.[quicklrf_lost_password] – Display a lost password form.Shortcode attributes allow overriding default settings on individual forms.
[quicklrf_login]
template="default|card|split"redirect="https://example.com/account/"form_width="narrow|medium|wide"title="Member Login"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_register]
template="default|card|split"register_redirect="https://example.com/welcome/"redirect="https://example.com/welcome/" (backward-compatible alias)form_width="narrow|medium|wide"title="Create Account"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_login_register]
template="default|card|split"redirect="https://example.com/account/" (login tab redirect)register_redirect="https://example.com/welcome/" (register tab redirect)active_tab="login|register"form_width="narrow|medium|wide"title="Welcome"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"[quicklrf_lost_password]
template="default|card|split"form_width="narrow|medium|wide"title="Reset Password"primary_color="#0073aa"bg_color="#f0f0f1"button_style="rounded|pill|square"show_logo="true|false"Examples:
[quicklrf_login form_width="narrow" title="Log In" button_style="pill"][quicklrf_register register_redirect="/welcome/" primary_color="#1459c7"][quicklrf_login_register active_tab="register" title="Join Us" bg_color="#eef4ff"]Nextend Social Login
If Nextend Social Login is active, you can show their social login buttons at the bottom of your forms.
To enable this integration:
Behavior notes:
[quicklrf_login].[quicklrf_register].[quicklrf_login_register] (no duplicate extra output below the form).WP Social
If WP Social is active, you can output the WP Social login buttons at the bottom of your forms.
To enable this integration:
Behavior notes:
[quicklrf_login].[quicklrf_register].[quicklrf_login_register] (without duplicate output below the full wrapper).The login and registration forms expose hooks so you can extend them without editing the plugin.
Plugin-specific action hooks (each receives the resolved $args array):
quicklrf_login_form_before_fieldsquicklrf_login_form_after_fieldsquicklrf_login_form_before_submitquicklrf_login_form_after_submitquicklrf_register_form_before_fieldsquicklrf_register_form_after_fieldsquicklrf_register_form_before_submitquicklrf_register_form_after_submitRegistration also fires quicklrf_login_before_register (filter) and quicklrf_login_after_register (action) during processing.