Hello bubblers! I’m looking for some help with Calendly embedded widget.
After registering on my site, a business has to schedule an onboarding meeting so we can make sure they are a good fit. I have Calendly embedded with a link to my calendar and that show’s up fine with a HTML block. What I need to from here is:
Pre-fill the form with data. Tried following this and it’s not working.
Get notified that the event was booked along with the time. The above link mentioned that it uses window.postMessage so either trying to use that or the Calendly plugin (which uses API stuff).
I am a beginner at the bubble API stuff and creating scripts on the backend. If the solution involves that, please be beginner friendly . Thanks!
I use Calendly on my site www.NoCodeMinute.com but I choose to have my client book off of my site, just in case I push an update to my site while they are booking. I just have it redirect to my site after booking to a confirmation page with a coupon.
It sends me an email from Calendly when an appointment is booked automatically.
Also, I can pre-fill data by sending it through the URL. I do this if they want to book another session right after they book the first one. It’s really easy to do.
Would that work for you too? Or you really want to stick with embedding it?