You did not supply your Email address";}
if($errors==""){
$showform = 0; // do not show contact form at bottom
$sendformemail = "ldmilks@cattco.org";
$from = "From: $email\n";
$subject = "Contact Request from $servername";
$message = "";
$message.=" Email Address: $email\n";
$message.=" Name: $name\n";
$message.=" Address: $address\n";
$message.=" Phone: $phone\n";
$message.="Best Time to Call: $timetocall\n";
$message.=" Comments: $comments\n";
$message.= "End of message.";
mail($sendformemail, $subject, $message, $from);
?>
Thank you for taking the time to contact us.
} else { ?>
Your request could not be processed, because:
Please hit your browser's "Back" button and try again.
}; // end error check
}; // end submitted form
if($showform==1) {
?>
}; ?>