WhiteFalcon72
12-06-2005, 10:59 AM
Ok I built this code myself I'm not sure what I did wrong with it...
I'm trying to get the information to submit to my E-mail.
It's a form for people joining my R.P.G. and it's Important to get it to work properly.
<FONT COLOR="33CCCC"><H3> Fill out the information below.</H3>
<FORM METHOD="POST" ACTION="mailto:darksan24@bellsouth.net"><B>Character Name:</B><INPUT NAME="CharacterName" size="30"><BR>
<B>Character Age:</B><INPUT NAME="CharacterAge" size="30"><br>
<B>Character Sex:</B><INPUT NAME="CharacterSex" size="30"><br>
<B>Character Type:</B><INPUT NAME="CharacterType" size="30"><br>
<B>Character Abilities:</B><INPUT NAME="CharacterAbilities" size="30"><br>
<B>Weapons:</B><INPUT NAME="userweapons" size="30"><br>
<B>Character Skills:</B><INPUT NAME="userskills" size="30"><br>
<B>Class:</B><INPUT NAME="userclass" size="30"><br>
<B>Profession:</B><INPUT NAME="userprofession" size="30"><br>
<H3>Character Description:</H3>
<TEXTAREA NAME="comment" ROWS=6 COLS=60></TEXTAREA>
<B>Your contact information</B.><BR>
<B>Real Name or Nick:</B><INPUT NAME="username" size="30"><br>
<B>Your Email Address:</B><INPUT Name="usermail" size="30"><br>
<B>Your Your Instant Messenger:</B><INPUT Name="usermessenger" size="30"><BR>
<B>Thanks please now hit send!</B>
<BR><INPUT TYPE=submit VALUE="Send it!"><INPUT TYPE=reset VALUE="Start over"></FORM>
I'm trying to get the information to submit to my E-mail.
It's a form for people joining my R.P.G. and it's Important to get it to work properly.
<FONT COLOR="33CCCC"><H3> Fill out the information below.</H3>
<FORM METHOD="POST" ACTION="mailto:darksan24@bellsouth.net"><B>Character Name:</B><INPUT NAME="CharacterName" size="30"><BR>
<B>Character Age:</B><INPUT NAME="CharacterAge" size="30"><br>
<B>Character Sex:</B><INPUT NAME="CharacterSex" size="30"><br>
<B>Character Type:</B><INPUT NAME="CharacterType" size="30"><br>
<B>Character Abilities:</B><INPUT NAME="CharacterAbilities" size="30"><br>
<B>Weapons:</B><INPUT NAME="userweapons" size="30"><br>
<B>Character Skills:</B><INPUT NAME="userskills" size="30"><br>
<B>Class:</B><INPUT NAME="userclass" size="30"><br>
<B>Profession:</B><INPUT NAME="userprofession" size="30"><br>
<H3>Character Description:</H3>
<TEXTAREA NAME="comment" ROWS=6 COLS=60></TEXTAREA>
<B>Your contact information</B.><BR>
<B>Real Name or Nick:</B><INPUT NAME="username" size="30"><br>
<B>Your Email Address:</B><INPUT Name="usermail" size="30"><br>
<B>Your Your Instant Messenger:</B><INPUT Name="usermessenger" size="30"><BR>
<B>Thanks please now hit send!</B>
<BR><INPUT TYPE=submit VALUE="Send it!"><INPUT TYPE=reset VALUE="Start over"></FORM>