Computing.Net > Forums > Web Development > HTML form problem

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTML form problem

Reply to Message Icon

Name: etocles
Date: April 29, 2005 at 21:33:42 Pacific
OS: XP
CPU/Ram: 2100/512ram
Comment:

Can anyone tell me why this isn't sending the inputs to my email?

----------------------
<form>
<form method="post" action="mailto:hy_brasyl@yahoo.com">


Character's Name:
</dl><input type="text" name="name" value=""></p>


Character's Gender:
<dd><input type="radio" name="Gender" value="Female"> Female

<dd><input type="radio" name="Gender" value="Male"> Male

</dl>



Select Level Range:
<select name="level">
<option>Medenian
<option>Master
<option>80-99
<option>59-79
<option>39-58
<option>19-38
<option>1-18
</select>
</p>


Class: </dl><input type="text" name="name" value=""></p>


Health: </dl><input type="text" name="name" value=""></p>


Mana: </dl><input type="text" name="name" value=""></p>


Guilds must register in our 'Guild Database' before the option becomes available here.
</dl>
Guild/Motley:
<select name="Guilds">
<option>Guild
</select></p>
</dl>


Religion Status:
<select name="relig">
<option>Glioca
<option>Fiosachd
<option>Ceannlaidir
<option>Sgrios
<option>Cail
<option>Lauthas
<option>Gramail
<option>Deoch
<option>None
</select>
</p>


Political Status:
<select name="polit">
<option>Citizen
<option>Respected Citizen
<option>Guard
<option>Guard Captian
<option>Demagogue
<option>Judge
<option>Knight
<option>Ranger
<option>None
</select>
</p>
Biography/Additional Info:</dl>
<textarea rows="3" cols="30">
Add anything about your character here!</textarea>
</dl>
<input type="submit" value="Submit">
<input type="reset" value="Clear">


</form>
--



Sponsored Link
Ads by Google

Response Number 1
Name: tau_titan
Date: April 30, 2005 at 03:20:35 Pacific
Reply:

Why do you open the <form> tag twice? This could be your problem...


0

Response Number 2
Name: fambi
Date: April 30, 2005 at 03:36:44 Pacific
Reply:

Did the form twice issue solve the problem?

Visit tm4b.com if you would like to send sms or bulk sms.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: HTML form problem

html - form menu www.computing.net/answers/webdevel/html-form-menu/1278.html

HTML forms without a full server? www.computing.net/answers/webdevel/html-forms-without-a-full-server/2394.html

2 action attributes in a HTML form? www.computing.net/answers/webdevel/2-action-attributes-in-a-html-form/2413.html