Browse Source

Update form.php

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
7f073b1a73
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      form.php

11
form.php

@ -7,6 +7,17 @@ if (array_key_exists('to', $_POST)) {
$err = false; $err = false;
$msg = ''; $msg = '';
$email = ''; $email = '';
$projectname = '';
$name = '';
$Logo = '';
$StyleGuide = '';
$Consultancy = '';
$Copywriting = '';
$Usability = '';
$Research = '';
$message = '';
$lab = '';
$budget = '';
//Apply some basic validation and filtering to the name //Apply some basic validation and filtering to the name
if (array_key_exists('name', $_POST)) { if (array_key_exists('name', $_POST)) {

Loading…
Cancel
Save