At Mini Mozarts, we understand you’d like to try us out before locking in a full term of lessons. That’s why we offer trial lessons. Fill in our Trial Lesson enquiry form below to get started.
function yesnoCheck(that) {
if (that.value == “Other”) {
document.getElementById(“ifYes”).style.display = “block”;
} else {
document.getElementById(“ifYes”).style.display = “none”;
document.getElementById(“hear-other”).value = “”;
}
if (that.value == “Word of mouth”) {
document.getElementById(“ifYes2”).style.display = “block”;
} else {
document.getElementById(“ifYes2”).style.display = “none”;
document.getElementById(“hear-who”).value = “”;
}
}