Please test my form!

windows

Guest
<!-- m --><a class="postlink" href="http://www.geocities.com/properline/ebay_form.html">http://www.geocities.com/properline/ebay_form.html</a><!-- m --><br />
<br />
When I click submit, it says i don't have an e-mail account set up. Can anyone else just put in random stuff and try to submit to see if it works? It seems that most people cannot send it either. Something wrong with the code? Thanks.<br />
<br />
<form method=post action="mailto:[email protected]"><br />
<table width=100%><br />
<tr><br />
<td><br />
<table CELLPADDING=10 align=center><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b>Name</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="first name" size=10 maxlength=20"><br />
<input type=text name="middle name" size=1 maxlength=20"><br />
<input type=text name="last name" size=10 maxlength=20"><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Address </b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="street address" size=25 maxlength=30"><br />
<br><br />
<input type=text name="city, state, zip code" size=25 maxlength=30"><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Ebay ID :</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="ebay id" size=20 maxlength=20"><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Auction Title :</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="auction title" size=20 maxlength=20"><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Quantity :</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="quantity" size=20 maxlength=20"><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Item Number(s) :</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="item numbers" size=20 maxlength=100"><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Payment :</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<select name="payment" size=1><br />
<option> Chooose One </option><br />
<option> Cash </option><br />
<option> Money Order </option><br />
<option> Check </option><br />
<option> Paypal </option><br />
</select><br />
</td><br />
</tr><br />
<tr><br />
<td align=center bgcolor="#4F4F4F"><br />
<b> Date plan to <br> send payment :</b><br />
</td><br />
<td bgcolor="#9C9C9C"><br />
<input type=text name="month" size=2 maxlength=2"><br />
<input type=text name="day" size=2 maxlength=2"><br />
<input type=text name="year" size=2 maxlength=2"><br />
</td><br />
</tr><br />
<tr><br />
<td colspan=2 align=center><br />
<input type=submit value="Submit"><br />
<input type=reset value="Reset"><br />
</td><br />
</tr><br />
</table><br />
</tr><br />
</trd><br />
</table><br />
<input type="hidden" name="next_url" value="ebay_form2.html"><br />
</form><!--content-->first what browser are you using? Netscpae will not work with this. the user also has to have a default email program on their computer.<br />
<br />
second your form is invalid.<br />
<br />
name="item numbers" // don't have spaces in your names.<br />
<br />
name="city, state, zip code" // this is also illegal. you have top do it one at a time.<br />
<br />
but it sent for me. if you got it is the question.<!--content-->i'm using internet explorer. I'm bad at computers and I don't have a defualt e-mail system set up. Thanks for the invalid things; I will fix them right away. So how would I make it more compatible with as many people as possible?<!--content-->for one being on geocities you don't have a choice, if you want to make it compatible with 90% of the people then you need to use serverside language. using mailto: is the bad part and that is the only thing you can use a geocities. you could try to find a host that send steh mail for you. not sure if there are any out there still. ahh there is, try these guys<br />
<br />
<!-- m --><a class="postlink" href="http://www.response-o-matic.com/">http://www.response-o-matic.com/</a><!-- m --><!--content-->
 
Back
Top