//Configure Variables
//#########CHANGE THE CONFIGURATION VARIABLES AS DIRECTED###############
//Enter here the Email address to which you want to direct all the mails
$recepient = "me@myserver.com";
//Enter subject of the email to you e.g. feedback from site etc.
$subject = "Submission of comments on your site";
//Enter header with any additional information you may want to be sent with the form
$mailheader = "From Formsender to Web Server";
//Insert the directory for the Form processor relative to directory where this form is located.
//For this example the processor is in the same directory as the Form.
$processdir = "";
//Message to be displayed on the senders screen after the sender's name if the Form is sent successfully.
$sent = "Thanks! Your message has been sent successfully. ";
//Message to be displayed on the senders screen after the sender's name if the attempt to send the form fails.
$failed = "Spiacente! Il tuo messaggio potrebbe non essere inviato. Riprova nuovamente pił tardi. Se il problema persiste, per favore contattaci telefonicamente.";
//#################DO NOT CHANGE FROM HERE###############
$formprocessor = $processdir . "processform.php3";
// Sets up hidden fields for form and opens the form tag
echo "