Skip to main content

I have used the following code to ensure the cookie banner doesn’t appear:

hide_gdpr_banner=1

On initial load of the calendar page the banner doesn’t appear

But after someone has booked their first meeting and the calendar allows you to book a second meeting the cookie banner re-appears.

How can I stop this from happening?

I’m using Divi builder on Wordpress

 

 

Hey ​@jimmy07044 - do you have a public link of your site with the Calendly embed you could share to debug this further?


Hi Calforce,

Thanks. This is the page: https://obsesslesstherapy.com/confirm-your-session/

When
I first book a session everything is fine, but on subsequent re-bookings he cookie banner pops back up again.


@jimmy07044 - it looks like this is a bug (or maybe should be a new feature?) of the “Schedule another event” link. The query parameters that disable the cookie banner are not being passed to the “Schedule another event” link, which is causing the event page to be reloaded without the banner disabled.

Workaround:

Remove the “Schedule another event” link and add an event listener as described here (https://developer.calendly.com/api-docs/2d6c9df9b89de-notifying-the-parent-window). When the event is booked, show a custom button above or below the scheduling page that reloads the widget with the cookie banner disabled.


Reply