"; if ($submit) { // If they've submitted the form... if ($customerName <= "") ;//$message = "Please enter your name."; else if ($customerEmail <= "") ;//$message = "Please enter your email address."; else if ($customerComment == "") ;//$message = "Please choose a favorite color."; if ($message) // If we've set a message with a warning about their form entry... ;//echo ($message); else { // Otherwise, we'll send them a confirmation auto-response $message = "
From : $customerName
Email : $customerEmail
Website : $customerWebsite
   
$customerComment
"; mail("info@lastvoices.com", "Resident Artist Applicant", "$message", "$strHeader"); //echo ("From: $customerName<$customerEmail>
Website: $customerWebsite
$customerComment"); header( 'Location: mail1.php' ) ; echo("

Thank you...

"); die(); // We can stop if the form's been submitted and we've thanked them. } // end if we're sending the email } // end if they hit "Submit" ?>

Resident Artist Program Form

Name

Your Email

Website Address

Tell us why you should become a Resident Artist
(500 char. max.)