Description
QuickSnail Login & Register Forms lets you place styled login and registration forms on any page or post using shortcodes or template tags.
You can also set custom login redirects, registration redirects, hide wp-login.php, customize login form, customize register form, add logo to login form, replace default WordPress login form, style WordPress login form & more.
Features include:
- Unlimited login forms.
- Unlimited registration forms.
- Login form shortcodes.
- Registration form shortcodes.
- Pre-built form layouts.
- Logo, color, button and width controls.
- AJAX submission for login and registration.
- Redirect after login, redirect after logout and redirect after registration.
- Hide wp-login.php.
- Customize login form fields.
- Customize registration form fields.
- Add logo and branding colors to forms.
For Developers
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_submit
Registration also fires quicklrf_login_before_register (filter) and quicklrf_login_after_register (action) during processing.
Installation
- Upload the plugin to the
/wp-content/plugins/directory. - Activate the plugin through the Plugins screen in WordPress.
- Go to the plugin settings page to configure your forms.
- Add a shortcode like
[quicklrf_login]or[quicklrf_register]to a page.
FAQ
-
How do I show the login form?
-
Use the
[quicklrf_login]shortcode on any page or post. -
How do I show the registration form?
-
Use the
[quicklrf_register]shortcode on any page or post. -
Can I add custom fields or content to the forms?
-
Yes. The forms expose action and filter hooks for developers (see the “For Developers” section below) so other plugins can inject fields, notices, and more.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“QuickSnail Login & Register Forms” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “QuickSnail Login & Register Forms” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1 (2026-07-02)
- Update mismatched prefixes.
- UI updates.
1.0.0
- Initial release.
