Contact Form Problems…
-
Hi,
I have a small problem when creating a contact form.
I use the following code;-
<form action="feedback.php" method="post">
<table border="0" cellpadding="8" cellspacing="8" summary="feedback form">
<tr><td>Name:</td><td><input type="text" name="name" size="25" /></td></tr>
<tr><td>Email address:</td><td><input type="text" name="email" size="25" /></td></tr>
<tr>
<td colspan="2">
Comments
<textarea rows="15" cols="45" name="comments"></textarea>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" value="Send Feedback" />
<a href="http://www.thesitewizard.com/">Powered by thesitewizard.com</a>
</td>
</tr>
</table>
</form>Can anyone tell me why my submit button will not display, and the last few lines of code display in the last text area? http//www.chronic-tonic.net/?page_id=6
Thanks in advance
Gaz
-
Greets:
I hate to say it but you are in the wrong place. These forums are for the blogs hosted here at WordPress.com. Since you have a WordPress blog hosted elsewhere, you’re running a different code base then we all are and our answers would not be correct for your question.
You need to be over in their support forum.
Hope this helps,
-drmike(You can’t put form code into a Post. Your best bet would be to create a Page Template and use that.)
- The topic ‘Contact Form Problems…’ is closed to new replies.