Fancy Login Form

Plugin Banner

Fancy Login Form

by mohsinghouri

Download
Description

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

1.) Upload ‘fancy-login-form’ to the ‘/wp-content/plugins/’ directory.
2.) Activate the plugin through the ‘Plugins’ menu in WordPress.

Will it work with any theme?

Yes it will work with every theme. It does not require any bootstrap or any other CSS. It is independent of any stylesheet or js file.

What is advance feature in it?

There is show and hide password text button in it and it send the form data using ajax with fancy loader that make it unique from other.

Back to top