!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="mail.php">
Nome:
<input name="Nome" type="text" id="Nome">
</p>
Cognome:
<input name="Cognome" type="text" id="Cognome">
</p>
Email:
<input name="Email" type="text" id="Email">
</p>
Via:
<input name="Via" type="text" id="Via">
</p>
Telefono:
<input name="Telefono" type="text" id="Telefono">
</p>
Nome Articolo:
<input name="Nome Articolo" type="text" id="nome_articolo">
</p>
Prova:
<input type="text" name="textfield">
</p>
<input type="submit" name="Submit" value="Invia">
</p>
</form>
</body>
</html>