An iframe scheduler posting success event to parent

I am using a iframe scheduler by pipedrive (Lead Booster). I will find it very helpfull when a LeadBooser scheduler embedded in iframe will post an event on success when user booked a meeting. I can then catch it and react on that in my angular app. For example with cookies remember that the meeting is booked and anytime the user is back on the website print "You booked a meeting" rather then showing book a meeting all the time.
Comments
-
Hi @tiske thank you for your feedback!
It is a particular use case you’re describing since it may not always be desirable to stop someone who has already booked a meeting from wanting to book another separate meeting. And using cookies could raise challenges (what if the user rejects or deletes cookies, uses incognito mode, or uses another browser)
Could you tell us more about what you are looking to achieve? By understanding where this need is coming from, we might better understand the solution.0 -
Hi.
Just would be great if your scheduler post any event that the meeting is scheduled. This is it. Now it is just a separate part of my app in the iframe and I do not have any communication with that.
With a feedback from your scheduler I might react somehow for example by closing a modal with your iframe.
Go to:
https://tiskel.com/
Click "book a meeting" button and see the modal. After the meeting is booked the modal stays open.
T.0