'.$_POST["surname"].', you completed the form with the following informations:
');
echo('');
echo("Surname: ");
echo($_POST['surname']);
echo("
");
echo("Name: ");
echo($_POST['name']);
echo("
");
echo "Email: ";
echo($_POST['email']);
echo("
");
echo "Reason of contact: ";
echo($_POST['reason']);
echo("
");
echo "State of the demand: ";
echo($_POST['demand']);
echo("
");
echo "Description: ";
echo($_POST['box']);
echo("
");
echo("
");
?>