Use Back - Enter valid e-mail\n";
$badinput = "Feedback was NOT submitted
\n";
echo $badinput;
}
if(empty($firstname) || empty($email) || empty($cardnumber) || empty($lastname )) {
echo "\n";
}
$todayis = date("l, F j, Y, g:i a") ;
$attn = $firstname ;
$subject = "Contact Form from Website" ;
$notes = stripcslashes($notes);
$message = " $todayis [EST] \n
Title: $title \n
Name: $name \n
Mobile: $mobile \n
Email: $email \n
Enquiry: $enquiry \n
Additional Info : IP = $ip \n
Browser Info: $httpagent \n
Referral : $httpref \n
";
$from = "From: $email\r\n";
mail("info@homesboughtoday.co.uk", $subject, $message, $from);
?>
Thank you for submitting your form.
One of our agents will get back to you shortly. In the mean time if you would like more information on our sevices why not download our full details here