Contact Us

We’re here to help. If you have questions about our programs or approach or just want to learn more about what sets the ExtravaDance experience apart, fill your details below and we’ll be in touch.

Thank you! We'll be in touch!
Oops! Something went wrong while submitting the form. Please contact us if you continue to experience technical difficulties.

discover your passion, find your people

Ready to get started? Book your free trial today.
document.addEventListener("DOMContentLoaded", function () { const messageField = document.querySelector('[data-message="true"]'); const recaptcha = document.getElementById("recaptcha"); // Update with your reCAPTCHA element's ID or class if (messageField && recaptcha) { messageField.addEventListener("input", function () { if (messageField.value.trim().length > 0) { recaptcha.style.display = "block"; // Show reCAPTCHA } else { recaptcha.style.display = "none"; // Hide reCAPTCHA if the field is cleared } }); } });