Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
1 deletions
-
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 |
|
|
|