Fancy Login Form Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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
Screenshots
No screenshots provided