Perchè questo form non funziona?
Codice:
<form name="mail" action="usermail" method=get>
<input type="hidden" name="_dest" value="info@assembleadinovoli.org">
<input type="hidden" name="_subj" value="messaggio dal sito">
<table border="0" cellspacing="5" cellpadding="5">
<tr>
<td><p><font color="white">Nome:</font></p></td><td><input type="text" name="nome" size="35" maxlength="40" value=""></td>
</tr><tr>
<td><p><font color="white">E-mail:</font></p></td><td><input type="text" name="email" size="35" maxlength="40" value=""></td>
</tr><tr>
<td valign="middle"><p><font color="white">Inserisci<br>qui di lato <br>il tuo commento</font></p></td>
<td><textarea name="commento" rows="4" cols="30"></textarea></td></tr>
<tr><td></td><td><input type=submit value="Invia i Dati"><input type=reset value="Annulla"></td></tr>
</table>
</form>
oppure perchè neanche questo:
Codice:
<form method="post" action="mailto:info@assembleadinovoli.org" enctype="text/plain" name="formail">
Tuo nome: <input type="Text" name="nome">
<br><br>La tua email: <input type="Text" name="mail">
<br><br>Messaggio: <textarea cols"30" rows="4" name="messaggio">Inserisci quì il tuo messaggio</textarea>
<br><br><input type=submit value="Invia"><input type=reset value="Annulla">
</form>
grazie