<div class="middle">
<h1>Vul uw gegevens in:</h1>
<form action="contact.php" method="post" >
<!-- this hidden input references the file 'exampletemplate.txt' in the main directory of the webfolder -->
<div><input type="hidden" name="template" value="exampletemplate"><br>
<table>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="naam">naam:</label></td>
<td><input type="text" id="naam" value=""></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="achternaam">achternaam:</label></td>
<td><input type="text" id="achternaam" value=""></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="straat">straat:</label></td>
<td><input type="text" id="straat" value="" ></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="huisnummer">huisnummer:</label></td>
<td><input type="text" id="huisnummer" value="" ></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="postcode">postcode:</label></td>
<td><input type="text" id="postcode" value="" ></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="plaats">plaats:</label></td>
<td><input type="text" id="plaats" value="" ></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="telefoon">telefoon:</label></td>
<td><input type="text" id="telefoon" value="" ></td>
</tr>
<tr>
<!-- these fields are all used in the Template, and they will be sent to you -->
<td><label for="e-mail">e-mail:</label></td>
<td><input type="text" id="e-mail" value="" ></td>
<td colspan="2"><input type="submit" value="Verzenden" ></td>
</tr>
</table>
</div>
</form>