if ($submitted) {
$to = "mark@filmtrips.com";
//$to = "debug@maydaymystery.org";
$subject = "Response from HELP OUT ON MY TOUR";
$message = "Hi Mark. Someone just filled out the HELP-YOU-OUT-ON-TOUR form.\n\n";
$message .= "Their name: " . stripslashes($their_name) . "\n\n";
$message .= "Their email: " . stripslashes($their_email) ."\n\n";
$message .= "\nTheir comments: \n";
$message .= " " . stripslashes($their_comments) . "\n";
mail($to, $subject, $message);
?>
Thanks!
Thanks for letting me know you are willing to help! I'll be in touch!
-Mark
}
if (!$submitted) {
?>
Assistance on tour
Got any suggestions or fun places to stop along the route? Want to host
an End Of The World event in your neighborhood?
I'd love to hear your input and your suggestions - please feel free
to drop me a line below!
} ?>