diff --git a/contact.php b/contact.php index 69a8746..2c23935 100644 --- a/contact.php +++ b/contact.php @@ -24,6 +24,7 @@ if (!isset($_SESSION['captcha'])) { if ($_SERVER["REQUEST_METHOD"] == "POST") { $name = trim($_POST['name']); $email = trim($_POST['email']); + $number = trim($_POST['number']); $subject = trim($_POST['subject']); $message = trim($_POST['message']); $captcha_input = isset($_POST['captcha']) ? (int)$_POST['captcha'] : 0; @@ -77,6 +78,11 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { +
+
+ +
+