View Full Version : Form on Geocites
mfalk15
August 12th, 2004, 07:28 PM
For the moment i'm hosting my site on geocities untill I purchare a host and domain. and i've created with dreamwear 4 a bare bones version of a form. (http://ca.geocities.com/mfalk15/order-form1.html) Now i've never done a form before and i have no idea how to get it to send a copy to my email. I know i need a CGI-Bin Script. but does geocities even support that?
porterska
August 12th, 2004, 08:19 PM
Hey mfalk15,
If you go to http://ca.geocities.yahoo.com/ and then log in, on the main page click on "Web Site Add-Ons" and on the left hand side click on "email forms" under communications
it will show a VERY basic form and it will show you how to add the HTML code to your site and the form will go to your email inbox
GOOD LUCK!
renegade600
August 12th, 2004, 08:59 PM
geocities does not have cgi-bins. You can only use their addons. In addition to the previous suggesion you can use bravenet.com for free form hosting.
mfalk15
August 13th, 2004, 09:36 PM
Ok so i've decided to use yahoo's add ons so i can host it on my site but is there a way that after you hit submit that u go to a page on my website and not a server page?
wich tell the user the email they just sent with no links to webpage.
degsy
August 13th, 2004, 10:10 PM
You could try adding the recipient tag to the form
<input type=hidden name="redirect" value="path/to/redirect.htm">
not sure if it will work in conjunction with the yahoo addon script.
mfalk15
August 13th, 2004, 10:17 PM
[QUOTE=degsy]You could try adding the recipient tag to the form
<input type=hidden name="redirect" value="path/to/redirect.htm">
QUOTE]
that in the submit button code?
degsy
August 13th, 2004, 10:19 PM
Just put it under the first form tag
<td height="233" width="80%">
<form name="Order Form" method="post" action="http://ca.geocities.yahoo.com/forms?login=mfalk15">
<input type=hidden name="redirect" value="path/to/redirect.htm">