We will contact you as soon as we take receipt of your booking request to confirm your final estimated costs and holiday times/dates within the form below.Any deposits or payments made once your booking has been confired must be made via cheque or credit card, as we cannot accept online payments.
100)||(strlen($email)>100)||(strlen($phone)>100)) array_push($formProblems,"You have entered too many characters"); if (!isset($name) || strlen($name)==0) array_push($formProblems,"No name supplied"); if ((!isset($email) || strlen($email)==0)) array_push($formProblems,"You must supply email address"); if ((!isset($phone) || strlen($phone)==0)) array_push($formProblems,"You must supply a phone number"); if ((isset($email) && strlen($email)>0)) if (!preg_match($email_regex, $email)) array_push($formProblems,"The email address you supplied is invalid"); if ((isset($phone) && strlen($phone)>0)) if (!preg_match($phoneno_regex, $phone)) array_push($formProblems,"The phone number you supplied is invalid"); if ((!isset($address) || strlen($address)==0)) array_push($formProblems,"You need to supply an address"); if ((!isset($enquiry) || strlen($enquiry)==0)) array_push($formProblems,"You need to supply an enquiry"); } ?> Form submitted successfully"; $to = "enquiries@threeriverspark.co.uk"; $subject = "Contact form from Three Rivers Park Website"; $message = "From: $name\nEmail address: $email\nPhone number: $phone\nAddress: $address\nMessage: $enquiry"; if (isset($email)&& strlen($email)>0) { $headers = "From: $email"; mail($to,$subject,$message,$headers); } else { mail($to,$subject,$message); } } else { if (isset($formProblems)) { foreach ($formProblems as $problem) echo "