Skip to main content

popup/modal booking form with button

Please provide the same/similar functionality as in FluentForms in order to embed a FluentBooking event/calendar as button which opens a modal/popup.

Also, provide styling options to the button if possible, that would be amazing.

Currently, I'm forced to design an invisible section on my page containing the booking form and use a popup plugin + button to trigger/show the section. It would be amazing if I could avoid the extra plugin and the manual creation of sections and buttons.

Daniel Knabl

While, in the meantime, trying to improve page load speed, I found that lighthouse suggests removing unused css. In my case, guess what, it's css like

:root{--fcal_date_radius:4px;--fcal_avatar_radius:8px;--fcal_date_disabled_bg:#fff;--fcal_enable_da…

So, another question came to my mind: can we make sure, css is only loaded, when the modal/popup is in fact loaded? so not already when the button from the shortcode is being displayed. How would you accomplish this in the current setup, having a hidden section with the shortcode embedded, which basically means that the css is loaded while the section ist simply assigned display: none ?

Daniel Knabl

Shahjahan JewelΒ how about providing the modal/pop-up functionality? what is necessary to implement it?