QuickSnail Login & Register Forms
·
Add customizable login forms & registration forms on your site with shortcodes & template tags. Login redirects, hide wp-login.php, customize login.
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.
