Ik ben bezig met een website. Ik bewerk een gratis template die ik heb gedownload.
De onderstaande code stond op de pagina contact.html
Hoe verzend ik de gegevens simpel naar mijn e-mailadres?
De onderstaande code stond op de pagina contact.html
Hoe verzend ik de gegevens simpel naar mijn e-mailadres?
HTML:
<form action="" enctype="multipart/form-data" id="form">
<table cellspacing="0" cellpadding="0" class="form">
<tr>
<td style="width:198px; height:128px">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="width:198px; height:27px"><input name="Voornaam" type="text" value="Voornaam"></td>
</tr>
<tr>
<td style="width:198px; height:27px"><input name="Achternaam" type="text" value="Achternaam"></td>
</tr>
<tr>
<td style="width:198px; height:27px"><input name="Telefoon" type="text" value="Telefoonnummer"></td>
</tr>
<tr>
<td style="width:198px; height:27px"><input name="Email" type="text" value="E-mail"></td>
</tr>
</table>
</td>
<td style="width:202px; height:128px">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="width:202px; height:109px"><textarea name="" cols="0" rows="0">Vraag, opmerking of verzoek...</textarea></td>
</tr>
<tr>
<td style="width:202px; height:19px">
<br style="line-height:1px">
<img src="images/spacer.gif" alt="" width="110" height="1">
<img src="images/spacer.gif" alt="" width="15" height="1">
<strong><a href="contact_zend.html" onClick="document.getElementById('form').submit()">verzenden</a></strong> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>