Fancy Login Form

By using the shortcode [mg-fancy-login-form] users can create the fancy login form. Users can see the list of parameters in fancy login form menu item …

Author:Mohsin Ghouri (profile at wordpress.org)
WordPress version required:
WordPress version tested:5.7.2
Plugin version:1.0.0
Added to WordPress repository:21-01-2021
Last updated:08-03-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:420
plugin download
Click to start download

By using the shortcode [mg-fancy-login-form] users can create the fancy login form. Users can see the list of parameters in fancy login form menu item in dashboard.

Login form will show only for non logged-in users. Admin can customize labels, placeholder and add classes in the login form.

Form will be submitted by ajax without loading the page.

There are other parameters that you can pass in the shortcode to customize it.

label_username

You can set the label of username field yourself. For Example

[mg-fancy-login-form label_username=”Login ID”]

Default value would be Username

label_password

You can set the label of password field yourself. For Example

[mg-fancy-login-form label_password=”User Password”]

Default value would be Password

placeholder_username

You can set the label of password field yourself. For Example

[mg-fancy-login-form placeholder_username=”Enter username”]

Default value would be Null

placeholder_password

You can set the placeholder text of password field yourself. For Example

[mg-fancy-login-form placeholder_password=”Enter password”]

Default value would be Null

class_username

You can add the custom class in username field. For Example

[mg-fancy-login-form class_username=”user-class”]

Default value would be Null

class_password

You can add the custom class in password field. For Example

[mg-fancy-login-form class_password=”password-class”]

Default value would be Null

redirect_url

You can add the redirect link on which user will move after Successfully login. For Example

[mg-fancy-login-form redirect_url=”www.google.com”]

Default value would be home page url of the site

form_heading

You can add the Login form heading yourself. For Example

[mg-fancy-login-form form_heading=”Login Here”]

Default value would be Sign In Form


FAQ