href="#" and an onclick attribute using Calendly.initPopupWidget() with your event link. To embed a Calendly pop-up modal in Webflow and let users schedule a call without leaving your site, follow these steps using Calendly's inline embedding and Webflow interactions.
You’ll be using the pop-up widget or pop-up text script, which opens Calendly in a modal on your site.
This loads Calendly's script onto every page, enabling the pop-up modal functionality.
href="#", then click the + Add Attribute button.onclick
For Pop-up Widget:
Calendly.initPopupWidget({url: 'https://calendly.com/YOURUSERNAME/YOUREVENT'});return false;
Update 'YOURUSERNAME/YOUREVENT' with your actual Calendly event link.
To open a Calendly pop-up modal in Webflow, paste the Calendly script in Footer Code, add a button/link with an onclick event that triggers Calendly.initPopupWidget(), and publish your site. This keeps visitors on your site while booking a call.