<form action=”elabora_form.php” method=”post”> <label for=”nome”>Nome:</label> <input type=”text” id=”nome” name=”nome” required><br><br> <label for=”cognome”>Cognome:</label> <input type=”text” id=”cognome” name=”cognome” required><br><br> <label for=”indirizzo”>Indirizzo:</label> <input type=”text” id=”indirizzo” name=”indirizzo” required><br><br> <label for=”codice_fiscale”>Codice Fiscale:</label> <input type=”text” id=”codice_fiscale” name=”codice_fiscale” required><br><br> <input type=”submit” value=”Invia”> </form>
Lascia un commento