Please use the form below to contact us. We look forward to hearing from you
if(!isset($rnd) || !isset($name) || !isset($email) || !isset($subject) || !isset($body)) { showform(); } else { processform(); } function processform(){ global $name, $email, $subject, $body; $email_to1 = "admin@patrickdesign.co.uk"; // enter your email here $email_from1 = $email; $email_to2 = $email; $email_from2 = $email_to1; $email_subject = "Contact Form: ".stripslashes($subject); $email_message = "Please find below a message submitted by '".stripslashes($name); $email_message .="' on ".date("d/m/Y")." at ".date("H:i")."\n\n"; $email_message .="--------- START OF SUBMITTED MESSAGE ---------\n\n"; $email_message .= stripslashes($body); $email_message .="\n\n--------- END OF SUBMITTED MESSAGE ---------\n\n"; $confirmation_subject = "Thank you for your message to PatPatWorks"; $confirmation = "This is to confirm we have received your message...."; // SEND EMAIL TO email_to2 - confirmation $headers = 'From: '.$email_from2."\r\n" . 'Reply-To: '.$email_from2."\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($email_to2, $confirmation_subject, $confirmation, $headers); // SEND EMAIL TO email_to1 - message to you!! $headers = 'From: '.$email_from1."\r\n" . 'Reply-To: '.$email_from1."\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($email_to1, $email_subject, $email_message, $headers); echo "Thank You. Your message has been sent."; die(); } // end processform() function showform() { ?> } // end showform() ?>Or, you can telephone us on:
UK: +44 (0)20 8144 8113
France: +33 (0)1 70 90 67 60
Registered in France as Patrick Design: SIRET 477 491 849 00014
TVA/VAT: FR26 477 491 849