ciao a tutti, ho bisogno di un consiglio da voi esperti, perchè sto per impazzire...
allora ho questa pagina che sarà la base di un sondaggio e devo fare in modo che una volta completato il sondaggio i risultati vengano inviati ad un indirizzo email, solo che non riesco a capire come configurarlo.


Questo è il codice:

<html>

<head>
<title>(Senza titolo)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
A:link {color: blue; text-decoration: none}
A:visited {color: blue; text-decoration: none}
A:active {color: blue; text-decoration: none}
A:hover {color: red; text-decoration: underline}
</style>
</head>

<body bgcolor="#FFFFFF" style="font-family: Verdana, Arial; font-size: 10pt">

<p align="center"><big>(Senza titolo)</big></p>


<form method="POST" name="WAPForm1" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
S-Email-Format="TEXT/TSV" S-Email-Address="info@librettouniversitario.it" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="info@librettouniversitario.it"
S-Builtin-Fields="Date Time REMOTE_NAME HTTP_USER_AGENT" S-Form-Fields="WapQuestionnaireID Cognome Nome Domanda1 Domanda2"
U-Confirmation-Url="" -->
<input type="hidden" name="WapQuestionnaireID" value="524699033141">


<table border="0" cellpadding="0" cellspacing="10" width="100%" style="font-family: Verdana, Arial; font-size: 10pt">
<tr>
<td width="20%">Cognome:</td>
<td width="80%"><input type="text" name="Cognome" size="25" value=""></td>
</tr>
<tr>
<td width="20%">Nome:</td>
<td width="80%"><input type="text" name="Nome" size="25" value=""></td>
</tr>
</table>



<blockquote>


1. <a name="Domanda1"></a><font face="Verdana" size=2>Come va?</font>



<input type="radio" value="01" name="Domanda1"> <font face="Verdana" size=2>male</font>

<input type="radio" value="02" name="Domanda1"> <font face="Verdana" size=2>bene</font>

<input type="radio" value="03" name="Domanda1"> <font face="Verdana" size=2>fdsgdfg</font>

<input type="radio" value="04" name="Domanda1"> <font face="Verdana" size=2>sdfgsdfg</font>



</p></blockquote>

<blockquote>


2. <a name="Domanda2"></a><font face="Verdana" size=2>fghjfghjfg</font>



<input type="radio" value="01" name="Domanda2"> <font face="Verdana" size=2>fgjfgjghjfgj</font>

<input type="radio" value="02" name="Domanda2"> <font face="Verdana" size=2>sdfgdfg</font>

<input type="radio" value="03" name="Domanda2"> <font face="Verdana" size=2>sdfgsdg</font>

<input type="radio" value="04" name="Domanda2"> <font face="Verdana" size=2>gsgsdgsdg</font>



</p></blockquote>




</p>
<p align="left">Grazie per avere risposto alle domande. Premi il pulsante Invia per inviare le tue risposte.</p>

<blockquote>

<input type="submit" value="Invia" name="ButtonSend"><input type="reset" value="Pulisci" name="ButtonReset"></p></blockquote></form>



<hr width="95%">
</body>
</html>


Come posso renderlo funzionante???