$value) { if($name <> "Submit" && $value <> NULL) { $message .= $name." : ".$value."\n\n"; } } mail($to_email_address, "WEBSITE FORM : ".$form_name, $message, "From: ".$email_from."\r\n" ."Reply-To: ".$email_from."\r\n" ."X-Mailer: PHP/" . phpversion()); $form_message = "
Thank you for submitting the ".$form_name."
"; //$form_message .= "".$_SESSION['order_notify_email']."
".$email_from."
".$message; return $form_message; } // What email address is the form sent to $to_email_address = "mark@avaloswebdesign.com"; // What is the subject of the email $email_subject = "Atascocitamusic.com Registration Form"; // Who is the form sent from $from_email_address = $_POST['Email']; if($_POST['Submit'] == "Submit") { $comp_msg = send_form_via_email($email_subject, $to_email_address, $from_email_address, $_POST); } ?> Atascocita School of Music


Student Registration Form

NULL) { echo $comp_msg; } else { ?>

First Name:
Last Name:
Birthday:
Parent Name:
Home Phone:
Work/Emergency Phone:
Address:
City:
Zip:
E-mail:
Where did you hear about us?:
 
    
 
Instructors     Lesson Policy     Location     Contact Us     Home
webmaster