Someone has filled in the contact form on the Atkinsons website:
"; $content .="Details:
"; $content .="Name: ".$formName."
"; $content .="Email: ".$formEmail."
"; $content .="Phone: ".$formPhone."
"; $content .="Comment: ".$formMessage."
"; $content .="Date: ".date("d/m/Y h:i:s")."
"; $subject = "Contact from Atkinsons website"; mail("info@atkinsons-ca.co.uk", $subject, $content, $headers); header("Location: /clientwork/atkinsons/contact-atkinsons-accountants?sent"); } ?>
Address
The Red House
10 Market Square
Old Amersham
Buckinghamshire
HP7 0DQ
Email
info@atkinsons-ca.co.uk
Telephone
01494 434830
Alternatively please use the form below:
if (isset($_GET["sent"])) { echo "
Thank you for your message. If required, we'll get back to you as soon as possible.
"; } else { ?> } ?>