Contact Us
Order Form
Feel free to contact us for order or query
Message: " . $_POST["content"] . "
"; if(!empty($_POST["custom_name"][0])) { $emailContent .= "Custom Information:
"; foreach($_POST["custom_name"] as $k=>$v) { $emailContent .= "" . $_POST["custom_name"][$k] . ": " . $_POST["custom_value"][$k] . "
"; } } $toEmail = "info@nanogad.com"; $mailHeaders = "From: " . $name . "<". $email .">\r\n"; if(mail($toEmail, $subject, $emailContent, $mailHeaders)) { $message = "Your contact information is received successfully."; $type = "success"; } } require_once "contact-view.php"; ?>
NANOGAD
Copyright 2020. All Rights Reserved.