From f533f948a7b8eca86fb60b143946e73d5746ec04 Mon Sep 17 00:00:00 2001 From: Gary Date: Wed, 14 May 2025 15:11:01 +0100 Subject: [PATCH] added number to contact form --- contact.php | 6 ++++++ 1 file changed, 6 insertions(+) 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") { +
+
+ +
+