Trial Lesson Enquiry

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.

    *

    *

    *

    *

    *


    PianoGuitarBassDrumsViolinSingingUkuleleWoodwindMusic Theory


    BeginnerIntermediateAdvanced



    Schedule Preferences

    Please fill in your availability below.


    1st Preference

    2nd Preference

    3rd Preference

    *


    Your form may take a minute to submit. Please do not exit or refresh the page until your enquiry has successfully been placed.


    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 = “”;
    }
    }