top of page
bottom of page
$w.onReady(() => { window.addEventListener("message", (event) => { if (event.data?.event === "booked_appointment") { wixLocation.to("/booking-thankyou"); } }); });