la form è:
codice:
<form name="invio_mail" method="post" action="invio_mail.php">
<div align="center">
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"> <h3 align="center">[b]I vostri Dati</h3></td>
</tr>
<tr>
<td width="186"><font size="2" color="#FFFFFF" face="Tahoma">*
Nome e Cognome</font></td>
<td width="434"> <font face="MS Sans Serif" size="1">
<input type="Text" name="nome" size="32" maxlength="50">
</font></td>
</tr>
<tr>
<td width="186"><font face="Tahoma" size="2" color="#FFFFFF">
* Nome Azienda</font></td>
<td width="434"> <font face="MS Sans Serif" size="1">
<input type="Text" name="azienda" size="32" maxlength="50">
</font></td>
</tr>
<tr>
<td width="186"><font face="Tahoma" size="2" color="#FFFFFF">*
Indirizzo</font></td>
<td width="434"><font face="MS Sans Serif" size="1">
<input type="Text" name="indirizzo" size="32" maxlength="50">
</font></td>
</tr>
<tr>
<td width="186"><font size="2" color="#FFFFFF" face="Tahoma">
* Telefono </font></td>
<td width="434"> <font color="#000000" face="Tahoma" size="2">
<input type="text" name="tel" size="32" maxlength="50">
</font></td>
</tr>
<tr>
<td width="186"><font color="#FFFFFF" face="Tahoma" size="2">*
E-Mail </font></td>
<td width="434"><font color="#000000" face="Tahoma" size="2">
<input type="text" name="email" size="32" maxlength="50">
</font></td>
</tr>
<tr>
<td width="186"><font face="Tahoma" size="2"> Fax</font></td>
<td width="434"><font color="#000000" face="Tahoma" size="2">
<input type="text" name="fax" size="32" maxlength="50">
</font></td>
</tr>
<tr>
<td width="186"><font face="Tahoma" size="2">Partita IVA</font></td>
<td width="434"><font color="#000000" face="Tahoma" size="2">
<input type="text" name="piva" size="32" maxlength="50">
</font></td>
</tr>
</table>
</div>
<p align="center"><font color="#FF0000" size="2" face="Geneva, Arial, Helvetica, san-serif">*
= Campi obligatori</font></p>
<div align="center">
<table cellspacing="0" cellpadding="4">
<tr>
<td><div align="center">Note</div></td>
</tr>
<tr>
<td><font color="#FF0000" face="Tahoma" size="2">
<textarea name="note" rows="5" cols="50"></textarea>
</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%"></td>
<td width="3%" valign="top"><input name="lava" type="checkbox" id="law" value="1" checked></td>
<td width="72%" class="Normale">Tutela della Privacy
</td>
</tr>
</table>
<p class="Stile1"></p>
</div>
<p align="center"><font face="MS Sans Serif" size="1">
<input class="sitebutton" type="button" name="new2" value="Invia Richiesta" onClick="controllo()">
<input class="sitebutton" type="RESET" value=" Annulla " name="R2" >
</font></p>
</form>