Ciao, chiedevo se era possibile aggiungere al seguente form un campo con menù a scascata dove scegliere a chi inviare il form.
Così com'è strutturato è possibile mandare il form a un solo destinatario. Grazie
<form name="formcheck" method="POST" action="mailto:mionome@miodominio.it?subjet=Sogget to" enctype="text/plain" onsubmit="return formCheck(this);">
<input type="hidden" name="Tipo_Form" value="DATI">
<table border="0" cellpadding="0" style="border-collapse: collapse" width="500" id="table2" height="480">
<tr>
<td width="500" colspan="3"><font size="3">Descrizione:</font></td>
</tr>
<tr>
<td width="500" colspan="3">
<textarea name="Segnalazione__" rows="6" cols="45"></textarea></td>
</tr>
<tr>
<td width="500" colspan="3" height="30"></td>
</tr>
<tr>
<td width="210">Nome:
<input type="text" size="25" name="Nome__"></td>
<td width="290" colspan="2">Cognome:
<input type="text" size="25" name="Cognome__"></td>
</tr>
<tr>
<td width="500" colspan="3"></td>
</tr>
<tr>
<td width="500" colspan="3">Indirizzo:
<input type="text" size="60" name="Indirizzo__"></td>
</tr>
<tr>
<td width="500" colspan="3"></td>
</tr>
<tr>
<td width="500" colspan="3">Città e CAP:
<input type="text" size="60" name="Città_e_CAP__"></td>
</tr>
<tr>
<td width="500" colspan="3"></td>
</tr>
<tr>
<td width="210">Email:
<input type="text" size="25" name="Email__"></td>
<td colspan="2" width="290">Telefono:
<input type="text" size="25" name="Telefono_casa__"></td>
</tr>
<tr>
<td colspan="3" width="500"></td>
</tr>
<tr>
<td colspan="3" width="500"></td>
</tr>
<tr>
<td width="210">Cellulare:
<input type="text" size="25" name="Professione__"></td>
<td width="110" valign="bottom"><input type="submit" value="Invia dati"></td>
<td width="180" valign="bottom"><input type="reset" value="Annulla"></td>
</tr>
<tr>
<td colspan="3" width="500"></td>
</tr>
</table>
</form>