From 7f073b1a7370c9a498cac0a80f1dd116155fc6bb Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 15 Mar 2018 16:58:35 +0100 Subject: [PATCH] Update form.php --- form.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/form.php b/form.php index fb97873..4a2a4ab 100644 --- a/form.php +++ b/form.php @@ -7,7 +7,18 @@ if (array_key_exists('to', $_POST)) { $err = false; $msg = ''; $email = ''; - + $projectname = ''; + $name = ''; + $Logo = ''; + $StyleGuide = ''; + $Consultancy = ''; + $Copywriting = ''; + $Usability = ''; + $Research = ''; + $message = ''; + $lab = ''; + $budget = ''; + //Apply some basic validation and filtering to the name if (array_key_exists('name', $_POST)) { //Limit length and strip HTML tags