We are building the new Specfabs website.

We are building a new site for specfabs. If you need to contact us for more information we are available

<?php if ($_SERVER["REQUEST_METHOD"] == "POST") { // Collect form data $first_name = $_POST['first_name']; $last_name = $_POST['last_name']; $contact_details = $_POST['contact_details']; $contact_number = $_POST['contact_number']; $business_enquiry = $_POST['business_enquiry']; $enquiry_type = isset($_POST['enquiry_type']) ? implode(", ", $_POST['enquiry_type']) : ''; // Combine checkbox values // Your business email address $to = "[email protected]"; // Replace with your business email address $subject = "New Enquiry from $first_name $last_name"; // Email body content $message = " $subject

You have a new enquiry from your contact form:

First Name:$first_name
Last Name:$last_name
Email:$contact_details
Phone Number:$contact_number
Business Enquiry:$business_enquiry
Type of Enquiry:$enquiry_type
"; // Set the content-type for email in HTML format $headers = "MIME-Version: 1.0" . "rn"; $headers .= "Content-Type: text/html; charset=UTF-8" . "rn"; // Additional headers $headers .= "From: $contact_details" . "rn"; $headers .= "Reply-To: $contact_details" . "rn"; // Send the email if (mail($to, $subject, $message, $headers)) { echo ""; } else { echo ""; } } ?> Coming Soon - Contact Form

Contact Us - Coming Soon



Create free maintenance mode pages for WordPress like this one in under a minute.

Log in to WordPress admin