Mailing List Sign-Up

Be among the first to hear about our classes, upcoming performances and summer programs! To join our email and/or mailing list, please fill out the form below:

* indicates required fields.

Please sign me up!
Please update my information.
I'd like to unsubscribe from your list.

How would you like to receive information from us?

By Mail

By Email

"; $myFile = "maillist.txt"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = date("m/d/Y H:i")."\r\n".$_POST['request']."\r\n".$mesg; fwrite($fh, $stringData); fclose($fh); if( mail($to, $subj, $mesg) ) { mail($to2, $subj2, $mesg2, $header2); echo ""; echo ""; echo ""; echo "Classical Ballet Academy"; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo ""; echo ""; echo "
"; echo "

Message Submitted

"; echo "

Your message has been submitted to CBA. You will receive an automatic email confirmation shortly. Thank you for contacting us!

"; echo "

Click here to return to the CBA website.

"; echo "
"; echo "
"; } else echo "Message failed to send"; } ?>