Contact Us
Now!
";
} else { //form is posted
include("captcha/securimage.html");
$img = new Securimage();
$valid = $img->check($_POST['code']);
$other_valid = 0;
if(($_POST['cust_salutation'] == '') OR ($_POST['cust_salutation'] == 'Select')) {$other_valid = $other_valid + 1;}
if($_POST['cust_fname'] == '') {$other_valid = $other_valid + 1;}
if($_POST['cust_lname'] == '') {$other_valid = $other_valid + 1;}
//if($_POST['cust_website'] == '') {$other_valid = $other_valid + 1;}
if($_POST['cust_tel1'] == '') {$other_valid = $other_valid + 1;}
//if($_POST['cust_fax'] == '') {$other_valid = $other_valid + 1;}
if($_POST['cust_email'] == '') {$other_valid = $other_valid + 1;}
//if($_POST['cust_reference'] == '') {$other_valid = $other_valid + 1;}
//if(($_POST['type'] == '') OR ($_POST['type'] == 'Select Type')) {$other_valid = $other_valid + 1;}
//if(($_POST['mail_recipient'] == '') OR ($_POST['mail_recipient'] == 'Select Recipient')) {$other_valid = $other_valid + 1;}
if($_POST['cust_subject'] == '') {$other_valid = $other_valid + 1;}
if($_POST['comments'] == '') {$other_valid = $other_valid + 1;}
if(($other_valid > 0) OR ($valid == false)) {
echo "
Contact Us Now!
You've omitted one or more of the required fields below. Please check and re-send.
";
echo "
";
} else {
// eMail to the Administrator
//Decide Recipient
$goenv_email = "info@24onvrey.com"; //theo@internetgroup.co.za
$senders_email = $_POST['cust_email'];
$subject = $cust_subject;
$headers = "From: ".$senders_email."\r\n\r\n";
$email_body = "Dear Administrator\n\n";
$email_body.= "The following message was sent from the website:\n\n";
$email_body.= "Name: ".$_POST['cust_salutation']." ".$_POST['cust_fname']." ".$_POST['cust_lname']."\n";
$email_body.= "Contact Number: ".$_POST['cust_tel1']."\n\n";
$email_body.= "Subject: ".$_POST['cust_subject']."\n";
$email_body.= "Message: ".$_POST['comments']."\n\n";
$email_body.= "Regards\n\n";
$email_body.= "24 ON VREY System Messenger";
mail("$goenv_email", "$subject","$email_body",$headers);
// eMail to the Sender
$subject2 = "Re: ".$subject;
$headers2 = "From: ".$goenv_email."\r\n\r\n";
$email_body2 = "Dear ".$_POST['cust_salutation']." ".$_POST['cust_lname']."\n\n";
$email_body2.= "Thank you for your email message. You will be\n";
$email_body2.= "contacted shortly regarding your enquiry.\n\n";
$email_body2.= "The information you supplied is as follows:\n\n";
$email_body2.= "Name: ".$_POST['cust_salutation']." ".$_POST['cust_fname']." ".$_POST['cust_lname']."\n";
$email_body2.= "Contact Number: ".$_POST['cust_tel1']."\n";
$email_body2.= "Email Address: ".$_POST['cust_email']."\n\n";
$email_body2.= "Subject: ".$_POST['cust_subject']."\n";
$email_body2.= "Message: ".$_POST['comments']."\n\n";
$email_body2.= "If you did not send us this message please let us\n";
$email_body2.= "know by sending an email to info@24onvrey.com.\n\n";
$email_body2.= "Kind regards\n\n";
$email_body2.= "24 ON VREY Administrator";
mail("$senders_email", "$subject2","$email_body2",$headers2);
echo "
Message Successfully Sent
Your message was successfully sent to our office.
We will reply to your email as soon as possible.
";
}
}
?>
Contact Information
Directions:
Following the N12, take the R21 turn-off in the direction towards Boksburg.
After approximately 700 metres turn left onto North Rand Road.
East Rand Mall should be on your right-hand side.
Continue down North Rand Road for approximately
3,3 km.
Turn right into Bartlett Road.
Turn left into Griesel Road, continue straight and take
left fork.
The road ends in Vrey Street. Turn left onto Vrey.
24 ON VREY is directly on your right-hand side.