Cherry Popups

WordPress Plugin

Popup Login Form

Cherry Popups plugin gives an excellent opportunity to create login forms and add them to your website.

Login Form

To create a new login form, please, create a new popup and select the "Login Form" type in the "Popup Content Type" field.

Now select the custom event type (Click, Hover) and set the selector in the "Custom Opening Event" block. The popup with the login form will open on this selector.

Next, let's create the login link. It is usually placed in the header area. You also need to check if the user is logged in. To do it add the following action code:

do_action('cherry_popups_login_logout_link');

You can view the example of the log in form on the image below.