";
print "Email not sent because of so many SPAM robots.
";
print "Please hit the 'BACK' button on your browser. You shouldn't lose anything. Try it again.
";
print "Thanks for your feedback. We appreciate it . . .
";
exit;
}
/* alert("$Submit = [] . . .");*/
$headers .= "From: Survey - Starting Over \r\n";
/* $headers .= "Cc: birthdayarchive@example.com\r\n"; */
/* $headers .= "Bcc: birthdaycheck@example.com\r\n"; */
$to = "Darrell Hobbs ";
$to .= ", " . "Brenda Hobbs ";
$subject = "Survey Form . . .";
$message = "AgeGroup: [$AgeGroup]\n";
$message .= "Hear About Starting Over: [$HearAboutStartingOver]\n";
$message .= "How Many Times: [$HowManyTimes]\n";
$message .= "Were You Able To Find: [$WereYouAbleToFind]\n";
$message .= "Why Could Not Find: [$WhyCouldNotFind]\n";
$message .= "How Greeted: [$HowGreeted]\n";
$message .= "First Impression: [$FirstImpression]\n";
$message .= "Store Layout: [$StoreLayout]\n";
$message .= "***** G E N E R A L C O M M E N T S *****\n";
$message .= "Make Starting Over Better: [$Comments_MakeStartingOverBetter]\n";
$message .= "Would Like To See: [$Comments_WouldLikeToSee]\n";
$message .= "Likely To Buy Again: [$Comments_LikelyToBuy]\n";
$message .= "Reach More People: [$Comments_ReachMorePeople]\n";
$message .= "What was your experience like dropping off items?\n";
$message .= "Dropping Off Exp: [$DroppingOffExp]\n";
$message .= "Consign Again: [$ConsignAgain]\n";
$message .= "Dropping Off Why: [$Comments_DroppingOffWhy]\n";
$message .= "Consign Again: [$ConsignAgain]\n";
$message .= "***** N A M E I F P R O V I D E D *****\n";
$message .= "Username: [$Username]\n";
$message .= "Email Address: [$email]\n";
$message .= "Telephone: [$UserTel]\n\n";
$message .= "***** C O N T A C T R E Q U E S T E D *****\n";
$message .= "CONTACT REQUESTED: [$ContactRequested]\n\n";
$message .= "\n";
$message .= "Security S/B: [$random_number]\n";
$message .= "Verification: [$Verify]\n";
/*--------------------------------------- Send it! ---------------------------------------*/
mail($to, $subject, $message, $headers);
/*----------------------------------------------------------------------------------------*/
print ("");
exit;
} ?>