Davey Constructions - On-line Enquiries
So that we may assist you as soon as possible, please provide us with some information about yourself and your requirements if(isset($_POST['Submit'])) { $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $comments = $_POST['comments']; $consultant = $_POST['consultant']; spamCheck($email, $domain); if(!checkEmail($email)) { die( ); } $msg .= "Name: ".$name ."\n"; $msg .= "Email Address: ".$email ."\n"; $msg .= "Phone: ".$phone ."\n"; $msg .= "Comments / Questions: ".$comments ."\n"; $msg .= "Speak to a Consultant: ".$consultant ."\n"; //sendMail(to, from, subject, message, cc="", bcc=""); if(sendMail($MailToAddress, $email, $MailSubject, $msg, "", $MailBccAddress)) { ?>
Thanks for your Online Enquiry!
We will endeavour to get back to you as soon as possible, however short delays may occur.
Please click here to return to the homepage.
} else { ?>
