Thank you for your interest in Luby. We’d like to ask you a few questions to get to know you and your requirements better.
// prefill: {
// name,
// email
// }
// window.addEventListener("message", function(e) {
// if(isCalendlyEvent(e)) {
// /* Example to get the name of the event */
// var eventName = e.data.event
// console.log("Event name:", eventName);
// /* Example to get the payload of the event */
// console.log("Event details:", e.data.payload);
// if(eventName === 'calendly.event_scheduled') {
// window.location = `https://luby.co/${thank_you}/`
// }
// }
// });