// TEST TO SEE IF THE SUBMIT BUTTON HAS BEEN PRESSED
if (isset($SUBMIT)){
// IF IT HAS CHECK TO SEE IF ALL THE FIELDS CONTAIN A VALUE
if ($EmailAddress == ""){
$error = 1;
}Elseif ($Name == ""){
$error = 1;
}Elseif ($CityState == ""){
$error = 1;
}Elseif ($Comments == ""){
$error = 0;
$mailing = "Email: $EmailAddress
Name: $Name
City/State: $CityState
How: $how
Comments: No Comment Added!\n";
}ELSE{
$mailing = "Email: $EmailAddress
Name: $Name
City/State: $CityState
How: $how
Comments: $Comments\n";
}
// IF ALL THE FIELDS CONTAIN A VALUE MAIL THE FORM AND DISPLAY A THANK YOU PAGE
if($error == 0){
Mail("service@pre-dating.com", "Recommend Your Area Submission!", "$mailing");
echo "
Thank You
Thanks for helping out! We will seriously take your suggestion under consideration!
";
// IF ALL THE FIELDS DO NOT CONTAIN VALUES DISPLAY THE ERROR PAGE
}else{
Echo "Please make sure all fields are filled in correctly.";
?>
}
// IF THE SUBMIT BUTTON WAS NOT PRESSED DISPLAY THE FORM
}ELSE{
?>
Speed Up The Process: Don't Wait For Us To Come To You!
We're expanding our popular Cupid.com/PreDating concept nationwide and would like your help in telling us where the interest is. Kindly fill out the form below to point us in the right direction. If you haven't already done so, we also recommend that you join our mailing list so you'll be informed of our upcoming events.