Radrook
03-15-2004, 01:35 AM
I have tried repeatedly to get my forms to work properly.
They send the user to my email box.
But any message typed within the form text area does not show. Which makes the text box useless.
Below is the way I inputed the data.
What am I doing wrong?
Thank you for your assistance.
<FORM METHOD="POST" ACTION="mailto:radrook2@aol.com">
<INPUT TYPE="text" NAME="Email" SIZE="30">
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</form>
<FORM METHOD="POST" ACTION="mailto:radrook2@aol.com">
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>
<INPUT TYPE="submit">
<INPUT TYPE="reset">
<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">
</form>
They send the user to my email box.
But any message typed within the form text area does not show. Which makes the text box useless.
Below is the way I inputed the data.
What am I doing wrong?
Thank you for your assistance.
<FORM METHOD="POST" ACTION="mailto:radrook2@aol.com">
<INPUT TYPE="text" NAME="Email" SIZE="30">
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</form>
<FORM METHOD="POST" ACTION="mailto:radrook2@aol.com">
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>
<INPUT TYPE="submit">
<INPUT TYPE="reset">
<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">
</form>