Making a form
- whatlikesit12345
- Guru


- Joined: Dec 22, 2003
- Posts: 1215
- Status: Offline
Code: [ Select ]
<html><head><title>Fill out this form</title></head>
<body>
<form action="mailto: ************@*********.***"
method="post">
<imput />
<table>
<tr><td>First Name:</td><td><input type="text" name= "fname"
size="15" maxlength="20" /></td></tr>
<tr><td>Last Name:</td><td><input type="text" name= "lname"
size="15" maxlength="20" /></td></tr>
<tr><td>Team Name:</td><td><input type="text" name= "Team Name"
size="15" maxlength="20" /></td></tr>
<tr><td>State:</td><td><input type="text name= "State"
size="2" maxlength="2" /></td></tr>
<tr><td>Country:</td><td><input type="text name= "Country"
size="20" maxlength="20" /></td></tr>
<tr><td>E-mail Address:</td><td><input type="text name= "E-mail Address"
size="20" maxlength="75" /></td></tr>
</table>
<table>
<p style="fone-size: 1.1em'">Your Age (choose one) :</p>
10-11 <input type="radio" name="age" value="10-11"/> <br />
12-13 <input type="radio" name="age" value="12-13"/> <br />
14-15 <input type="radio" name="age" value="14-15"/> <br />
16-17 <input type="radio" name="age" value="16-17"/> <br />
18-19 <input type="radio" name="age" value="18-19"/> <br />
20+ <input type="radio" name="age" value="20+"/> <br />
<table>
<table>
Talk to me about<br />
(choose as many as you want.)<br />
<input type="checkbox" name="talktomeabout" value="the flash intro" /> The Flash Intro<br />
<input type="checkbox" name="talktomeabout" value="the entire site" /> The Entire Site<br />
<input type="checkbox" name="talktomeabout" value="the home page" /> The homepage<br />
<input type="checkbox" name="talktomeabout" value="the about page" /> The about page<br />
<input type="checkbox" name="talktomeabout" value="the products page" /> The products page<br />
<input type="checkbox" name="talktomeabout" value="the schedule (order page)" /> The schedule (order page)<br />
<input type="checkbox" name="talktomeabout" value="the faq page " /> The FAQ page<br />
<input type="checkbox" name="talktomeabout" value="the links page " /> The links page<br />
<input type="checkbox" name="talktomeabout" value="the contact page" /> The Contact page<br />
</table>
<p>Your Sex:</p>
<select name=" "
<option value="female" >female</option>
<option value="male" >Male</option>
<option value="female" >female</option>
</select>
</table>
<table>
<tr><td><textarea name="message" rows="10" cols="45"></textarea></td></tr>
</table>
<tr><td><input type="submit" /> <input type="reset" />
</form>
</body>
</html>
<body>
<form action="mailto: ************@*********.***"
method="post">
<imput />
<table>
<tr><td>First Name:</td><td><input type="text" name= "fname"
size="15" maxlength="20" /></td></tr>
<tr><td>Last Name:</td><td><input type="text" name= "lname"
size="15" maxlength="20" /></td></tr>
<tr><td>Team Name:</td><td><input type="text" name= "Team Name"
size="15" maxlength="20" /></td></tr>
<tr><td>State:</td><td><input type="text name= "State"
size="2" maxlength="2" /></td></tr>
<tr><td>Country:</td><td><input type="text name= "Country"
size="20" maxlength="20" /></td></tr>
<tr><td>E-mail Address:</td><td><input type="text name= "E-mail Address"
size="20" maxlength="75" /></td></tr>
</table>
<table>
<p style="fone-size: 1.1em'">Your Age (choose one) :</p>
10-11 <input type="radio" name="age" value="10-11"/> <br />
12-13 <input type="radio" name="age" value="12-13"/> <br />
14-15 <input type="radio" name="age" value="14-15"/> <br />
16-17 <input type="radio" name="age" value="16-17"/> <br />
18-19 <input type="radio" name="age" value="18-19"/> <br />
20+ <input type="radio" name="age" value="20+"/> <br />
<table>
<table>
Talk to me about<br />
(choose as many as you want.)<br />
<input type="checkbox" name="talktomeabout" value="the flash intro" /> The Flash Intro<br />
<input type="checkbox" name="talktomeabout" value="the entire site" /> The Entire Site<br />
<input type="checkbox" name="talktomeabout" value="the home page" /> The homepage<br />
<input type="checkbox" name="talktomeabout" value="the about page" /> The about page<br />
<input type="checkbox" name="talktomeabout" value="the products page" /> The products page<br />
<input type="checkbox" name="talktomeabout" value="the schedule (order page)" /> The schedule (order page)<br />
<input type="checkbox" name="talktomeabout" value="the faq page " /> The FAQ page<br />
<input type="checkbox" name="talktomeabout" value="the links page " /> The links page<br />
<input type="checkbox" name="talktomeabout" value="the contact page" /> The Contact page<br />
</table>
<p>Your Sex:</p>
<select name=" "
<option value="female" >female</option>
<option value="male" >Male</option>
<option value="female" >female</option>
</select>
</table>
<table>
<tr><td><textarea name="message" rows="10" cols="45"></textarea></td></tr>
</table>
<tr><td><input type="submit" /> <input type="reset" />
</form>
</body>
</html>
- <html><head><title>Fill out this form</title></head>
- <body>
- <form action="mailto: ************@*********.***"
- method="post">
- <imput />
- <table>
- <tr><td>First Name:</td><td><input type="text" name= "fname"
- size="15" maxlength="20" /></td></tr>
- <tr><td>Last Name:</td><td><input type="text" name= "lname"
- size="15" maxlength="20" /></td></tr>
- <tr><td>Team Name:</td><td><input type="text" name= "Team Name"
- size="15" maxlength="20" /></td></tr>
- <tr><td>State:</td><td><input type="text name= "State"
- size="2" maxlength="2" /></td></tr>
- <tr><td>Country:</td><td><input type="text name= "Country"
- size="20" maxlength="20" /></td></tr>
- <tr><td>E-mail Address:</td><td><input type="text name= "E-mail Address"
- size="20" maxlength="75" /></td></tr>
- </table>
- <table>
- <p style="fone-size: 1.1em'">Your Age (choose one) :</p>
- 10-11 <input type="radio" name="age" value="10-11"/> <br />
- 12-13 <input type="radio" name="age" value="12-13"/> <br />
- 14-15 <input type="radio" name="age" value="14-15"/> <br />
- 16-17 <input type="radio" name="age" value="16-17"/> <br />
- 18-19 <input type="radio" name="age" value="18-19"/> <br />
- 20+ <input type="radio" name="age" value="20+"/> <br />
- <table>
- <table>
- Talk to me about<br />
- (choose as many as you want.)<br />
- <input type="checkbox" name="talktomeabout" value="the flash intro" /> The Flash Intro<br />
- <input type="checkbox" name="talktomeabout" value="the entire site" /> The Entire Site<br />
- <input type="checkbox" name="talktomeabout" value="the home page" /> The homepage<br />
- <input type="checkbox" name="talktomeabout" value="the about page" /> The about page<br />
- <input type="checkbox" name="talktomeabout" value="the products page" /> The products page<br />
- <input type="checkbox" name="talktomeabout" value="the schedule (order page)" /> The schedule (order page)<br />
- <input type="checkbox" name="talktomeabout" value="the faq page " /> The FAQ page<br />
- <input type="checkbox" name="talktomeabout" value="the links page " /> The links page<br />
- <input type="checkbox" name="talktomeabout" value="the contact page" /> The Contact page<br />
- </table>
- <p>Your Sex:</p>
- <select name=" "
- <option value="female" >female</option>
- <option value="male" >Male</option>
- <option value="female" >female</option>
- </select>
- </table>
- <table>
- <tr><td><textarea name="message" rows="10" cols="45"></textarea></td></tr>
- </table>
- <tr><td><input type="submit" /> <input type="reset" />
- </form>
- </body>
- </html>
What can i do so that i get the form but it doesn't e-mail. I am using geocities to house this form so i would like it to be in HTML and i blocked out my e-mail address. if you want to talk about this in e-mail i'll get it to u
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
December 30th, 2003, 9:11 am
- RichB
- Guru


- Joined: May 17, 2003
- Posts: 1121
- Loc: Boston
- Status: Offline
When I was using a geocities free account I was able to use forms without using an email address in the action part of the form by using this:
Unless they've changed things since then the form contents will go to the email address you used when you setup your GeoCities account, but your email address won't be exposed. The instructions for doing this used to be found under the "Add Ons" section of the main GeoCities Page in the Communications > Email Forms section.
Code: [ Select ]
<form method=post action="http://us.1.p.geocities.yahoo.com/forms?login=yourGeocitiesName">
Unless they've changed things since then the form contents will go to the email address you used when you setup your GeoCities account, but your email address won't be exposed. The instructions for doing this used to be found under the "Add Ons" section of the main GeoCities Page in the Communications > Email Forms section.
Free Programming Resources
- whatlikesit12345
- Guru


- Joined: Dec 22, 2003
- Posts: 1215
- Status: Offline
i think i fixed it using this code
Then when i test it i get the error
what do i half to edit so it will work and then when they finish it they go to that page
Code: [ Select ]
<HTML>
<HEAD>
<TITLE>E-MAIL FORM</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<FORM METHOD="post" ACTION="www.geocities.com/whatlikesit12345/thanks.htm">
<table>
<tr><td>First Name:</td><td><input type="text" name= "fname"
size="15" maxlength="20" /></td></tr>
<tr><td>Last Name:</td><td><input type="text" name= "lname"
size="15" maxlength="20" /></td></tr>
<tr><td>Team Name:</td><td><input type="text" name= "Team Name"
size="15" maxlength="20" /></td></tr>
<tr><td>State:</td><td><input type="text name= "State"
size="2" maxlength="2" /></td></tr>
<tr><td>Country:</td><td><input type="text name= "Country"
size="20" maxlength="20" /></td></tr>
<tr><td>E-mail Address:</td><td><input type="text name= "E-mail Address"
size="20" maxlength="75" /></td></tr>
</table>
<INPUT TYPE="hidden" NAME="submitaddress" VALUE="chrissterling@mail.com">
<table>
<p style="fone-size: 1.1em'">Your Age (choose one) :</p>
10-11 <input type="radio" name="age" value="10-11"/> <br />
12-13 <input type="radio" name="age" value="12-13"/> <br />
14-15 <input type="radio" name="age" value="14-15"/> <br />
16-17 <input type="radio" name="age" value="16-17"/> <br />
18-19 <input type="radio" name="age" value="18-19"/> <br />
20+ <input type="radio" name="age" value="20+"/> <br />
<table>
<table>
Talk to me about<br />
(choose as many as you want.)<br />
<input type="checkbox" name="talktomeabout" value="the entire site" /> The Entire Site<br />
<input type="checkbox" name="talktomeabout" value="the home page" /> The homepage<br />
<input type="checkbox" name="talktomeabout" value="the about page" /> The about page<br />
<input type="checkbox" name="talktomeabout" value="the products page" /> The products page<br />
<input type="checkbox" name="talktomeabout" value="the schedule (order page)" /> The schedule (order page)<br />
<input type="checkbox" name="talktomeabout" value="the faq page " /> The FAQ page<br />
<input type="checkbox" name="talktomeabout" value="the links page " /> The links page<br />
<input type="checkbox" name="talktomeabout" value="the contact page" /> The Contact page<br />
<p>Your Sex:</p>
<select name=" "
<option value="female" >female</option>
<option value="male" >Male</option>
<option value="female" >female</option>
</select>
</table>
<table>
<tr><td><textarea name="message" rows="10" cols="45"></textarea></td></tr>
</table>
<CENTER>
<INPUT TYPE=submit VALUE="SEND">
<INPUT TYPE=reset VALUE="CLEAR">
</CENTER>
</FORM>
</BODY>
</HTML>
<HEAD>
<TITLE>E-MAIL FORM</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<FORM METHOD="post" ACTION="www.geocities.com/whatlikesit12345/thanks.htm">
<table>
<tr><td>First Name:</td><td><input type="text" name= "fname"
size="15" maxlength="20" /></td></tr>
<tr><td>Last Name:</td><td><input type="text" name= "lname"
size="15" maxlength="20" /></td></tr>
<tr><td>Team Name:</td><td><input type="text" name= "Team Name"
size="15" maxlength="20" /></td></tr>
<tr><td>State:</td><td><input type="text name= "State"
size="2" maxlength="2" /></td></tr>
<tr><td>Country:</td><td><input type="text name= "Country"
size="20" maxlength="20" /></td></tr>
<tr><td>E-mail Address:</td><td><input type="text name= "E-mail Address"
size="20" maxlength="75" /></td></tr>
</table>
<INPUT TYPE="hidden" NAME="submitaddress" VALUE="chrissterling@mail.com">
<table>
<p style="fone-size: 1.1em'">Your Age (choose one) :</p>
10-11 <input type="radio" name="age" value="10-11"/> <br />
12-13 <input type="radio" name="age" value="12-13"/> <br />
14-15 <input type="radio" name="age" value="14-15"/> <br />
16-17 <input type="radio" name="age" value="16-17"/> <br />
18-19 <input type="radio" name="age" value="18-19"/> <br />
20+ <input type="radio" name="age" value="20+"/> <br />
<table>
<table>
Talk to me about<br />
(choose as many as you want.)<br />
<input type="checkbox" name="talktomeabout" value="the entire site" /> The Entire Site<br />
<input type="checkbox" name="talktomeabout" value="the home page" /> The homepage<br />
<input type="checkbox" name="talktomeabout" value="the about page" /> The about page<br />
<input type="checkbox" name="talktomeabout" value="the products page" /> The products page<br />
<input type="checkbox" name="talktomeabout" value="the schedule (order page)" /> The schedule (order page)<br />
<input type="checkbox" name="talktomeabout" value="the faq page " /> The FAQ page<br />
<input type="checkbox" name="talktomeabout" value="the links page " /> The links page<br />
<input type="checkbox" name="talktomeabout" value="the contact page" /> The Contact page<br />
<p>Your Sex:</p>
<select name=" "
<option value="female" >female</option>
<option value="male" >Male</option>
<option value="female" >female</option>
</select>
</table>
<table>
<tr><td><textarea name="message" rows="10" cols="45"></textarea></td></tr>
</table>
<CENTER>
<INPUT TYPE=submit VALUE="SEND">
<INPUT TYPE=reset VALUE="CLEAR">
</CENTER>
</FORM>
</BODY>
</HTML>
- <HTML>
- <HEAD>
- <TITLE>E-MAIL FORM</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF">
- <FORM METHOD="post" ACTION="www.geocities.com/whatlikesit12345/thanks.htm">
- <table>
- <tr><td>First Name:</td><td><input type="text" name= "fname"
- size="15" maxlength="20" /></td></tr>
- <tr><td>Last Name:</td><td><input type="text" name= "lname"
- size="15" maxlength="20" /></td></tr>
- <tr><td>Team Name:</td><td><input type="text" name= "Team Name"
- size="15" maxlength="20" /></td></tr>
- <tr><td>State:</td><td><input type="text name= "State"
- size="2" maxlength="2" /></td></tr>
- <tr><td>Country:</td><td><input type="text name= "Country"
- size="20" maxlength="20" /></td></tr>
- <tr><td>E-mail Address:</td><td><input type="text name= "E-mail Address"
- size="20" maxlength="75" /></td></tr>
- </table>
- <INPUT TYPE="hidden" NAME="submitaddress" VALUE="chrissterling@mail.com">
- <table>
- <p style="fone-size: 1.1em'">Your Age (choose one) :</p>
- 10-11 <input type="radio" name="age" value="10-11"/> <br />
- 12-13 <input type="radio" name="age" value="12-13"/> <br />
- 14-15 <input type="radio" name="age" value="14-15"/> <br />
- 16-17 <input type="radio" name="age" value="16-17"/> <br />
- 18-19 <input type="radio" name="age" value="18-19"/> <br />
- 20+ <input type="radio" name="age" value="20+"/> <br />
- <table>
- <table>
- Talk to me about<br />
- (choose as many as you want.)<br />
- <input type="checkbox" name="talktomeabout" value="the entire site" /> The Entire Site<br />
- <input type="checkbox" name="talktomeabout" value="the home page" /> The homepage<br />
- <input type="checkbox" name="talktomeabout" value="the about page" /> The about page<br />
- <input type="checkbox" name="talktomeabout" value="the products page" /> The products page<br />
- <input type="checkbox" name="talktomeabout" value="the schedule (order page)" /> The schedule (order page)<br />
- <input type="checkbox" name="talktomeabout" value="the faq page " /> The FAQ page<br />
- <input type="checkbox" name="talktomeabout" value="the links page " /> The links page<br />
- <input type="checkbox" name="talktomeabout" value="the contact page" /> The Contact page<br />
- <p>Your Sex:</p>
- <select name=" "
- <option value="female" >female</option>
- <option value="male" >Male</option>
- <option value="female" >female</option>
- </select>
- </table>
- <table>
- <tr><td><textarea name="message" rows="10" cols="45"></textarea></td></tr>
- </table>
- <CENTER>
- <INPUT TYPE=submit VALUE="SEND">
- <INPUT TYPE=reset VALUE="CLEAR">
- </CENTER>
- </FORM>
- </BODY>
- </HTML>
Then when i test it i get the error
Quote:
Method Not Allowed
The requested method POST is not allowed for the URL /whatlikesit12345/thanks.htm.
The requested method POST is not allowed for the URL /whatlikesit12345/thanks.htm.
what do i half to edit so it will work and then when they finish it they go to that page
- ATNO/TW
- Super Moderator


- Joined: May 28, 2003
- Posts: 23404
- Loc: Woodbridge VA
- Status: Offline
I'm sorry, I have to say this. I know we all like "free" stuff, but nothing is ever "free" and it usually causes so many more headaches than it's worth.
How many cans of pop did you drink today? 2? 3? 4? Let's say 2 @ U.S. dollars .50 cents each. OK...a dollar a day for pop (or soda as they call it in some places). That's an average of $30 US per month just for a couple drinks of pop a day.
So how seriously do you want a good website? Does that put it into perspective? There are so many good hosts that will give you a lot more for less than $20 per month. So what am I suggesting? Drink less pop?
No, I'm suggesting weigh the small cost of having a real website vs. the headaches of the "free" ones. I'd be willing to bet that this question wouldn't have even needed to be asked if it was hosted on a real site.
(Keep in mind I'm not knocking GEO -- I used their free service for several years before I learned better). If nothing else, PM UNFLUX and talkt to him. I know he offers hosting service and I suspect his rates are reasonable.
How many cans of pop did you drink today? 2? 3? 4? Let's say 2 @ U.S. dollars .50 cents each. OK...a dollar a day for pop (or soda as they call it in some places). That's an average of $30 US per month just for a couple drinks of pop a day.
So how seriously do you want a good website? Does that put it into perspective? There are so many good hosts that will give you a lot more for less than $20 per month. So what am I suggesting? Drink less pop?
No, I'm suggesting weigh the small cost of having a real website vs. the headaches of the "free" ones. I'd be willing to bet that this question wouldn't have even needed to be asked if it was hosted on a real site.
(Keep in mind I'm not knocking GEO -- I used their free service for several years before I learned better). If nothing else, PM UNFLUX and talkt to him. I know he offers hosting service and I suspect his rates are reasonable.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
- RichB
- Guru


- Joined: May 17, 2003
- Posts: 1121
- Loc: Boston
- Status: Offline
whatlikesit12345 wrote:
what do i half to edit so it will work and then when they finish it they go to that page
Unfortunately, GeoCities doesn't give you any options in using their email forms. You have to use their action code and you can't specify the page to go to after submission. The user will see a page like:
Code: [ Select ]
The following form submission was sent.
email: Blah@blah.com
comment: blah blah blah
email: Blah@blah.com
comment: blah blah blah
- The following form submission was sent.
- email: Blah@blah.com
- comment: blah blah blah
It will just list the fields that were submitted and the same information will be sent to whatever alternate email you have setup through GeoCities. If you want the info to go someplace else, you would have to go to your GeoCities account and change the alternate email.
Free Programming Resources
- whatlikesit12345
- Guru


- Joined: Dec 22, 2003
- Posts: 1215
- Status: Offline
Page 1 of 1
To Reply to this topic you need to LOGIN or REGISTER. It is free.
Post Information
- Total Posts in this topic: 7 posts
- Users browsing this forum: No registered users and 72 guests
- You cannot post new topics in this forum
- You cannot reply to topics in this forum
- You cannot edit your posts in this forum
- You cannot delete your posts in this forum
- You cannot post attachments in this forum
