//Configure Variables
//#########CHANGE THE CONFIGURATION VARIABLES AS DIRECTED###############
//Enter here the Email address to which you want to direct all the mails
$recepient = "imbrunire@stefanosanna.com";
//Enter subject of the email to you e.g. feedback from site etc.
$subject = "Prenotazione Libro";
//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 = "Grazie! Il suo messaggio è stato spedito con successo. ";
//Message to be displayed on the senders screen after the sender's name if the attempt to send the form fails.
$failed = "Mi dispiace! Il suo messaggio non può essere inviato. Per favore riprovi più tardi. Se il problema periste, mi contatti via e-mail.";
//#################DO NOT CHANGE FROM HERE###############
$formprocessor = $processdir . "processform.php3";
// Sets up hidden fields for form and opens the form tag
echo "