The Blog

;

Contact Us

Address

  • Haynesdental Ltd
  • 9 Thurlow Park Road
  • London
  • SE21 8JB

Contact details

$value) { if ($field != 'company' && $field != 'telephone') { if (empty($value)) { $state[$field] = "highlight"; } } } echo '

Please fill in highlighted fields.

'; } elseif (!ereg("^.+@.+\.",$email)) { echo '

The data entered in the Email field appears incorrect

'; $state['email'] = 'highlight'; } else { $message=$enquiry."
"; $message=$message."
".$name."
"; /*if ($company != null) {$message=$message.$company."
";}*/ if ($telephone != null) {$message=$message.$telephone."
";} $message=$message."$email"; mail( "hixster@mac.com, haynesdental@tiscali.co.uk","Website Enquiry", " $email\n $telephone\n $name\n $enquiry \n ", "From: HaynesDental Contact Form\n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1" ); $formsent = 'true'; } } if ($formsent == 'true') { echo '

Thankyou! Your enquiry has been submitted. We will contact you shortly.

'; } else { ?>
  • Send us a query using the form below or just click here to send mail direct
;