Meep_Slayer
07-05-2006, 12:59 AM
GUESTS PLEASE REGISTER TO HELP - THERE ARE A LOT OF YOU ONLINE; BUT ONLY TWO MEMBERS - ME AND ANOTHER PERSON
I made a quick, relatively-simple HTML e-mail form by hand, because I really need it to work.
I have the code below, and I have spaced it out to help organize it a bit:
<form action="MAILTO:arrowhead2@gmail.com" method="post" enctype="text/plain">
<fieldset>
<fieldset>
All of the fields are required. (For the checkbox fields, this means either black or checked.)
</fieldset>
<BR>
<BR>
<fieldset>
<legend>UserNames</legend>
<input type="text" name="RSCentre Username:" value="RSCentre Username" >
<BR>
<BR>
<input type="text" name="RuneScape Username:" value="RuneScape Username" >
</fieldset>
<BR>
<BR>
<fieldset>
<legend>Comments and Ideas</legend>
<textarea rows="5" cols="30" name="comments">
This is where you can put your comments, ideas, and problems about RSCentre.
You may express everything about RSCentre that you wish to; as there are no rules and no character limit.
</textarea>
</fieldset>
<BR>
<BR>
<fieldset>
<legend>Personal Info</legend>
<input type="text" name="email" value="E-Mail Address">
<BR>
<BR>
<input type="checkbox" name="anonymous"> I wish to remain anonymous.
(Note: If you choose this option, you will not get credit and/or Advancement Points if something good comes out of your submission!)
<BR>
<BR>
<input type="checkbox" name="reply"> I would like a reply to this submission. (Replies will be sent to the sender's e-mail.)
</fieldset>
<BR>
<BR>
<input type="submit" value="Sumbit">
<input type="reset" value="Reset Form">
</fieldset>
</form>
But IT JUST WON'T WORK! I have DOUBLE-checked, TRIPLE-checked, and QUADRUPLE-checked this thing and I can't find anything wrong.
I've known DD to be a great coding site, so I came here. :p
The site I'm using it on is RSCentre (rs-centre.co.nr), and it's in the Forum Feedback Forum, but you'll have to register to see it.
Anyways, could somebody PLEASE figure out what I did wrong with it and fix it (while trying to ignore the contents...)?
I made a quick, relatively-simple HTML e-mail form by hand, because I really need it to work.
I have the code below, and I have spaced it out to help organize it a bit:
<form action="MAILTO:arrowhead2@gmail.com" method="post" enctype="text/plain">
<fieldset>
<fieldset>
All of the fields are required. (For the checkbox fields, this means either black or checked.)
</fieldset>
<BR>
<BR>
<fieldset>
<legend>UserNames</legend>
<input type="text" name="RSCentre Username:" value="RSCentre Username" >
<BR>
<BR>
<input type="text" name="RuneScape Username:" value="RuneScape Username" >
</fieldset>
<BR>
<BR>
<fieldset>
<legend>Comments and Ideas</legend>
<textarea rows="5" cols="30" name="comments">
This is where you can put your comments, ideas, and problems about RSCentre.
You may express everything about RSCentre that you wish to; as there are no rules and no character limit.
</textarea>
</fieldset>
<BR>
<BR>
<fieldset>
<legend>Personal Info</legend>
<input type="text" name="email" value="E-Mail Address">
<BR>
<BR>
<input type="checkbox" name="anonymous"> I wish to remain anonymous.
(Note: If you choose this option, you will not get credit and/or Advancement Points if something good comes out of your submission!)
<BR>
<BR>
<input type="checkbox" name="reply"> I would like a reply to this submission. (Replies will be sent to the sender's e-mail.)
</fieldset>
<BR>
<BR>
<input type="submit" value="Sumbit">
<input type="reset" value="Reset Form">
</fieldset>
</form>
But IT JUST WON'T WORK! I have DOUBLE-checked, TRIPLE-checked, and QUADRUPLE-checked this thing and I can't find anything wrong.
I've known DD to be a great coding site, so I came here. :p
The site I'm using it on is RSCentre (rs-centre.co.nr), and it's in the Forum Feedback Forum, but you'll have to register to see it.
Anyways, could somebody PLEASE figure out what I did wrong with it and fix it (while trying to ignore the contents...)?