Contact Form
Hi. I just created a contact form in cs5.5. I don't know how to make it work. What is the coding for a simple contact form? And where do I place the code EXACTLY?
I just need it to function!
Thanks!
Here's my current code:
<table width="378" border="1" align="left" cellpadding="3" cellspacing="3" bgcolor="#000033">
<tr>
<td width="362"><p>
<label for="Name2">Name</label>
<input type="text" name="Name2" id="Name2" />
</p>
<p>
<label for="Email">Email</label>
<input type="text" name="Email2" id="Email" />
</p>
<p>
<label for="Comments">Comments</label>
</p>
<p>
<textarea name="Comments2" id="Comments" cols="45" rows="5"></textarea>
</p>
<p>
<input type="submit" name="Submit2" id="Submit2" value="Send" />
</p></td>
</tr>
</table>