How to create a Login Popup
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 Popup”
- Search for “login”
- Select the popup template
The popup embeds a login form via the shortcode:
[fboxLoginForm show_forgot_link=true]
Which automatically displays 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.
Was this helpful?