Simpel Formulier <FORM>

Status
Niet open voor verdere reacties.

Dovoda

Gebruiker
Lid geworden
1 mrt 2008
Berichten
40
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?


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>
 
Ik heb ook een contact formpje die je niet op je pagina zelf hoeft te zetten, maar die op een onafhankelijke pagina staat en redelijk makkelijk te editen is, misschien heb je er wat aan.

http://ruigekonijnen.nl/temp/contactform.zip

Geen PHP kennis nodig, alleen de instructies goed volgen ;)
 
Oke bedankt voor jullie hulp! Ik zal eens de links bekijken!

Het liefst heb ik wel een intern formulier gewoon op de website zelf...
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan