Click to See Complete Forum and Search --> : Trying to have the reslts of a form sent to me
kool371
11-23-2005, 01:56 AM
I am fairly new to html. I have my own site and I did a search to try and find a basic setup form for a girlfriemd application to add to my site and found one and I copied the code and pasted it in to frontpage. and I have tried to modify it to make the results be sent to me via e-mail but cant get it to send me the results can anyone poss tell me how to do this
here is the link to the application on my page
my email I am tring to send it to is jzorn2@rochester.rr.com
thanks
Kevey
11-23-2005, 02:19 AM
You have to find out what your server supports...if its cgi/perl you can view this old thread. http://www.webdeveloper.com/forum/showthread.php?p=465012#post465012
Also, please repost the link to your page...
kool371
11-23-2005, 01:41 PM
ok my link to the page of my site click here (http://getyourfreecoolstuff.com/girlfriend_application test.htm) is I dont know if off hand if geocities supports cgi but I think they do support perl b/c I saw something about in in my account page
kelly23
11-23-2005, 02:28 PM
Hmmm, that url doesn't work.
kool371
11-23-2005, 02:39 PM
k corected it it should work now
kelly23
11-23-2005, 03:42 PM
Ok, for starters you've misspelled your domain name in the form's action tag. You have:
<form action="http://www.getyoufreecoolstuff.com/cgi-bin/Form_processor/form_processor.cgi">
Also, do you actually have a script named form_processor.cgi because I can't find it at that url.