G
goessler
hallo zusammen
wasmuss ich machen, damit das formular auf mein mail kommt?
vielen dank für eine antwort
wasmuss ich machen, damit das formular auf mein mail kommt?
vielen dank für eine antwort
HTML:
<form id="form" action="" enctype="multipart/form-data" name="form">
<table class="no_class">
<tr>
<td style="width:200px;">
<table >
<tr>
<td style="height:38px">
<span class="Stil1">ihr name:</span><br>
<br style="line-height:1px;">
<input type="text" class="input">
</td>
</tr>
<tr>
<td style="height:43px">
<br style="line-height:5px;">
<span class="Stil1">telefon:</span><br>
<br style="line-height:1px;">
<input type="text" class="input">
</td>
</tr>
<tr>
<td style="height:51px">
<br style="line-height:5px;">
<span class="Stil1">e-mail:</span><br>
<br style="line-height:1px;">
<input type="text" class="input">
</td>
</tr>
</table>
</td>
<td style="width:181px;">
<span class="Stil1">nachricht:</span><br>
<textarea name="textarea" cols="1" rows="1"></textarea>
<br>
<br style="line-height:2px;"><a href="#" class="Stil1" style="padding-left:11px; color:#878787; text-decoration:none; text-transform:uppercase; font-size:9px;" onclick="document.getElementById('form').reset()" #invalid_attr_id="url(images/more_bg.gif) no-repeat 0 3px">lÖschen</a><span class="Stil1">
</span><a href="#" class="Stil1" style="padding-left:11px; color:#878787; text-decoration:none; text-transform:uppercase; font-size:9px;" onclick="document.getElementById('form').submit()" #invalid_attr_id="url(images/more_bg.gif) no-repeat 0 3px">senden</a><span class="Stil1">
</span> </td>
</tr>
</table>
</form>