mehole8338
06-02-2005, 07:10 AM
Hi
I wanted to create a form where people can send in their sites to my e-mail, everytime I have tried before has it so when you click on submit it opens outlook express but nothing from the form appears. I wanted it so that when you click sumbit it sends everything IN the form straight to my e-mail. I think i need a code to tell it to do this but I don't know what it is. This is what I have so far:
<FORM NAME="CFForm_1" ACTION="/index.htm" METHOD="POST" onSubmit="return _CF_checkCFForm_1(this)"
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td valign="top"><font face="Verdana" size="-1">Name:</font></td>
<td valign="top"><INPUT TYPE="Text" NAME="Full_Name" SIZE="20"></td>
</tr>
<tr>
<td valign="top"><font face="Verdana" size="-1">Email Address:</font></td>
<td valign="top"><INPUT TYPE="Text" NAME="Email_Address" SIZE="20"></td>
</tr>
<tr>
<td valign="top">URL of your site:</td>
<td valign="top"><INPUT NAME="URL" TYPE="Text" id="URL" SIZE="20"></td>
</tr>
<tr>
<td valign="top"><font face="Verdana" size="-1">Description:</font></td>
<td valign="top"><textarea cols="30" rows="4" name="Inquiry"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Submit Request"></td>
</tr>
</table>
</FORM>
At the moment I have it so when you click submit it goes back to the index page just as I was testing it.
Can anyone help me with this?
Thanks
I wanted to create a form where people can send in their sites to my e-mail, everytime I have tried before has it so when you click on submit it opens outlook express but nothing from the form appears. I wanted it so that when you click sumbit it sends everything IN the form straight to my e-mail. I think i need a code to tell it to do this but I don't know what it is. This is what I have so far:
<FORM NAME="CFForm_1" ACTION="/index.htm" METHOD="POST" onSubmit="return _CF_checkCFForm_1(this)"
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td valign="top"><font face="Verdana" size="-1">Name:</font></td>
<td valign="top"><INPUT TYPE="Text" NAME="Full_Name" SIZE="20"></td>
</tr>
<tr>
<td valign="top"><font face="Verdana" size="-1">Email Address:</font></td>
<td valign="top"><INPUT TYPE="Text" NAME="Email_Address" SIZE="20"></td>
</tr>
<tr>
<td valign="top">URL of your site:</td>
<td valign="top"><INPUT NAME="URL" TYPE="Text" id="URL" SIZE="20"></td>
</tr>
<tr>
<td valign="top"><font face="Verdana" size="-1">Description:</font></td>
<td valign="top"><textarea cols="30" rows="4" name="Inquiry"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Submit Request"></td>
</tr>
</table>
</FORM>
At the moment I have it so when you click submit it goes back to the index page just as I was testing it.
Can anyone help me with this?
Thanks