WannaLearn
Programmer
Hi, everyone. I still have this problem. On my site I have a form that lets ppl. email me questions and comments, but when I recieve them the information is all jumbled into one huge sentance, like: this+is+a+great+site+sumbmited+on+12/12/12', how can I get it so that the information reaches me in a good manner that I can read it?
This is the form I use
<form name="form1" method="post" action=mailto:"myemail@goeshere.com?subject=Love the site.">
<table width="430" border="0" height="207">
<tr>
<td width="114" align="left" valign="middle" height="32"><i><b><font color="bda94c" size="3">Name</font></b></i></td>
<td width="306" align="left" valign="top" height="32"> <font color="bda94c" size="3">
<input type="text" name="textfield5" size="30" maxlength="30">
</font></td>
</tr>
<tr>
<td width="114" align="left" valign="middle" height="31"><i><b><font color="bda94c" size="3">Your
E-Mail</font></b></i></td>
<td width="306" align="left" valign="top" height="31"> <font color="bda94c" size="3">
<input type="text" name="textfield8" size="30" maxlength="30">
</font></td>
</tr>
<tr align="center" valign="middle">
<td width="114" height="22">
<p><i><b><font color="bda94c" size="3">
<input type="submit" name="Submit3" value="OK, i'm done">
</font></b></i></p>
</td>
<td width="306" align="left" height="22">
<p><font color="bda94c" size="3"> </font><font color="bda94c" size="3">
<input type="reset" name="Submit4" value="OOPS, made a booboo">
</font></p>
</td>
</tr>
</table>
</form>
This is the form I use
<form name="form1" method="post" action=mailto:"myemail@goeshere.com?subject=Love the site.">
<table width="430" border="0" height="207">
<tr>
<td width="114" align="left" valign="middle" height="32"><i><b><font color="bda94c" size="3">Name</font></b></i></td>
<td width="306" align="left" valign="top" height="32"> <font color="bda94c" size="3">
<input type="text" name="textfield5" size="30" maxlength="30">
</font></td>
</tr>
<tr>
<td width="114" align="left" valign="middle" height="31"><i><b><font color="bda94c" size="3">Your
E-Mail</font></b></i></td>
<td width="306" align="left" valign="top" height="31"> <font color="bda94c" size="3">
<input type="text" name="textfield8" size="30" maxlength="30">
</font></td>
</tr>
<tr align="center" valign="middle">
<td width="114" height="22">
<p><i><b><font color="bda94c" size="3">
<input type="submit" name="Submit3" value="OK, i'm done">
</font></b></i></p>
</td>
<td width="306" align="left" height="22">
<p><font color="bda94c" size="3"> </font><font color="bda94c" size="3">
<input type="reset" name="Submit4" value="OOPS, made a booboo">
</font></p>
</td>
</tr>
</table>
</form>