Buongiorno,
volevo chiedervi come e se fosse possibile inserire una pagina con un modulo di richiesta informazioni in html.
attualmente sto provando questo ma non riesco a farlo funzionare, non ricevo le mail che dovrebbero arrivare:
<div align="center"><strong>COMPILARE IL SEGUENTE FORM PER RICHIEDERE INFORMAZIONI</strong></div>
<form action="
http://www.krauterhof.it/custompage.php?link=1" method="POST"><input type="hidden" name="recipient" value="
contatti@krauterhof.it" /> <input type="hidden" name="print_config" value="realname,email,subject" />
<table border="0" cellspacing="0" cellpadding="5" align="center">
<tbody>
<tr>
<td><strong> Oggetto:</strong></td>
<td align="right"><input type="text" name="subject" /></td>
</tr>
<tr>
<td><strong> Nome e cognome:</strong></td>
<td align="right"><input type="text" name="subject" /></td>
</tr>
<tr>
<td><strong>Email:</strong></td>
<td align="right"><input type="text" name="email" /></td>
</tr>
<tr>
<td colspan="2"><strong>Messaggio:</strong></td>
</tr>
<tr>
<td colspan="2"><textarea name="messaggio" rows="5" cols="40"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="Submit" value="Invia" /></td>
</tr>
</tbody>
</table>
</form>
vi ringrazio