# How to create a Login Popup

Original URL: https://www.fireplugins.com/docs/firebox/popup-types/how-to-create-a-login-popup/
Last updated: 2025-07-25T13:50:51+03:00

Using FireBox built-in shortcodes or any related Gutenberg block, you can display a login form that your users can use to log into your site. The tutorial below will help you create your desired login popup.

 - Go to FireBox > Dashboard
- Click on “New Campaign”
- Search for “login”
- Select the “Popup Login Module” template

  The popup embeds a login form via the shortcode:

 ```
[ fboxLoginForm show_forgot_link=true ]
```

 **Note**: Remove the spaces next to the brackets.

 This will display a login form for guests and a message for logged-in users allowing them to log out.

 You can further customize the popup by displaying it on specific pages according to your needs.
