Contact Us
For The New Zealand Site, Please Click Here
$Sales_radio_status = 'unchecked';
$Updates_radio_status = 'unchecked';
$Accounts_radio_status = 'unchecked';
?>
$Human = true;
$printform = true;
if($_POST['vCode']!=''){
if($_POST['vCode']==$_POST['uCode']){
$printform = false;
$Human = true;
// remove the backslashes that normally appears when entering " or '
$message = stripslashes($_POST["t_msg"]);
$subject = stripslashes("Website Contact: ".$_POST["t_Subject"]);
//$from = "AU Website ".stripslashes($_POST["t_name"]);
$from = stripslashes($_POST["t_email"]);
$eemail = stripslashes($_POST["t_email"]);
$name = stripslashes($_POST["t_name"]);
$phone = stripslashes($_POST["t_Phone"]);
$selected_radio = $_POST['who_to'];
$email_recipient = "info@mycra.com.au";
if($_POST['who_to']=='Sales'){$email_recipient = 'info@mycra.com.au';}
if($_POST['who_to']=='Updates'){$email_recipient = 'info@mycra.com.au';}
if($_POST['who_to']=='Accounts'){$email_recipient = 'info@mycra.com.au';}
mail( $email_recipient,
'MyCRA: '.$subject,
$_SERVER['REMOTE_ADDR']."\n".
"From: AU Website ".$from."\n".
"Who To: ".$who_to."\n".
"Name: ".$name."\n".
"Email: ".$eemail."\n".
"Phone: ".$phone."\n".
"Message: ".$message."\n",
"From: ".$from);
}else{
$Human = false;
}
}
if($printform==false){
?>
Your Email has been sent. Thank you.
We will be back to your shortly...
Return to home page? Click Here
|