Contact Us

Classical Ballet Academy
320 Victory Drive
Herndon, Virginia 20170

(703) 471-0750

To send us an email, please fill out the form below:

* indicates required fields.



(Please limit your message to 500 characters or less.)

"; $myFile = "contactus.txt"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = date("m/d/Y H:i")."\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"; } ?>