You are viewing our Forum Archives. To view or take place in current topics click here.
[Help] Adding a form to a basic HTML Website
Posted:

[Help] Adding a form to a basic HTML WebsitePosted:

Shrugs
  • New Member
Status: Offline
Joined: Jan 15, 201410Year Member
Posts: 23
Reputation Power: 0
Status: Offline
Joined: Jan 15, 201410Year Member
Posts: 23
Reputation Power: 0
I've been trying for ages to try and add a form to my basic HTML website, but i cannot seem to figure it out.

Could someone help me and tell me what im doing wrong please? Im no good at building websites.

<First Name *



Last





Email Address



Telephone Number



Comments Form

above="">
<div align="justify">
<table width="1146">
<tr>
<td width="112" valign="top"><label for="first_name2">First Name *</label></td>
<td width="1018" valign="top"><input type="text" name="first_name2" maxlength="50" size="30"></td>
</tr>
<tr>
<td valign="top""><label for="last_name2">Last Name *</label></td>
<td valign="top"><div align="justify">
<input type="text" name="last_name2" maxlength="50" size="30">
</div></td>
</tr>
<tr>
<td valign="top"><label for="email2">Email Address *</label></td>
<td valign="top"><input type="text" name="email2" maxlength="80" size="30"></td>
</tr>
<tr>
<td valign="top"><label for="telephone2">Order Number</label></td>
<td valign="top"><input type="text" name="telephone2" maxlength="30" size="30"></td>
</tr>
<tr>
<td valign="top"><label for="comments2">Comments *</label></td>
<td valign="top"><textarea name="comments2" maxlength="1000" cols="25" rows="6"></textarea></td>
</tr>
<tr>
<td colspan="2" style="text-align:center"><input type="submit" value="Submit">
<a href="http://www.freecontactform.com/email_form.php">Support Form</a></td>
</tr>
</table>
</div>
<form name="contactform" method="post" action="send_form_email.php">
</form>

</form>


This is what i use. I havent added anything to my FTP or anything like that just added this into the coding on Dreamweaver
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.