Jeg har en form som følger
Kode: Vælg alt
<form style="width: 99%;" action="http://www.danicait.dk/PHP/kontakt.php" method="post">
<div class="formTable" style="display: table;">
<div class="formRow" style="display: table-row;">
<div class="formCell" style="display: table-cell;">
<p>Name: </p>
</div>
<div class="formCell" style="display: table-cell;">
<input type="text" name="name">
</div>
</div>
<div class="formRow" style="display: table-row;">
<div class="formCell" style="display: table-cell;">
<p>Email: </p>
</div>
<div class="formCell" style="display: table-cell;">
<input type="text" name="email">
</div>
</div>
</div>
<textarea name="besked" rows="15" style="width: 50%;">What do you want to tell me? </textarea>
<input style="display: block;" type="submit" value="Send message">
</form>
Jeg har selv 0 PHP skills.
E-mailen det skal sendes til er me@mnrb.dk
Tak på forhånd.



