how to make a form work

liunx

Guest
i don't know how to make form work. the ones i made need to go into people's e-mail accounts. And if they don't have hotmail or the defualt mail, then it won't work. How do i make it like everyone elses? where it just sends, and it's done, then it says "submission received"? <!-- 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 />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><br />
<br />
<html><br />
<head><br />
<title>The Beanie Shack > EBAY > Form</title><br />
</head><br />
<br />
<body text="white"><br />
<br />
<center><br />
<font face=arial size=+2 color="black"><br />
<i><b> Ebay Form </i></b><br />
</font><br />
</center><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="FirstName" size=10 maxlength=20"><br />
<input type=text name="MiddleName" size=1 maxlength=20"><br />
<input type=text name="LastName" 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="StreetAddress" size=25 maxlength=30"><br />
<br><br />
<input type=text name="CityStateZipCode" 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="ebayID" 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="AuctionTitle" 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="ItemNumbers" 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="submission.html"><br />
</form><br />
<br />
</body><br />
</html><!--content-->You have to do this with serverside scripting, asp, php, cgi, they all have this. You can't do it with plain html and/or javascript. There are plenty of free form-to-mail scripts around, and they are not hard to write yourself. But off course, your host has to support one of these languages.<br />
<br />
Or get a free form submitter at for example <!-- m --><a class="postlink" href="http://www.bravenet.com">http://www.bravenet.com</a><!-- m -->. language can i learn to make good forms that will work on geocities?<!--content-->Geocities doesn't support any of them. You can only use client side scripting with them.<br />
<br />
That takes us to the following:<br />
1. stay with geocities, and get a hosted form-to-mail service (like the one I suggested in my first reply),<br />
2. or change free hosts, where php/asp/cgi... is supported. Quality free ones are hard to find though :( ,<br />
3.Get paid hosting with a host that supports one of these scripting languages <- obviously the best choice, but not the cheapest one off course ;)<!--content-->there are a few sites out there that will actually let you link to there cgi script but still be sent to your email, just do a search and you will eventually find one<!--content-->rj, I think I have already told you want to do. you have posted 3 times trying to get this form setup and geocities can't do what you want to do, like I said here<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=17293">http://www.htmlforums.com/showthread.ph ... adid=17293</a><!-- m --><br />
<br />
I also gave you a site that will let you link directly to them. ike I said here<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=17305">http://www.htmlforums.com/showthread.ph ... adid=17305</a><!-- m --><br />
<br />
either do it that way or get off geocities. no if, ands, or buts :)<!--content-->
 
Back
Top