Click to See Complete Forum and Search --> : form emailer


contact
01-15-2004, 11:16 PM
i posted this in the HTML page but a light went off and i figured it should go here:

i kno its cheesy but i run my personal sites off of freeservers.com and when trying to do a form emailer for a product im selling it wont let me complete it.

the address is http://cpmusic.8k.com/testpage.html

i wanted to know if you guys would check out the source and tell me what im doing wrong here. i doubt any of you have any experience through freeservers, but its a pretty good site for the up and comin web developer

Jona
01-16-2004, 12:58 AM
Hmm, does the provider of the CGI script provide instructions anywhere? Also, are you sure your host supports CGI scripting? I heard FreeServers only supported PHP...

[J]ona

contact
01-16-2004, 06:54 AM
php is only for the paying customer, cgi is supposed to be for everyone.

there is instructions but if they were any good i wouldnt be here. i came here because of my experience with you guys in the past

Jona
01-16-2004, 08:43 AM
I asked if there were instructions because perhaps there was something mentioned you might have left out that was required, like a hidden input field.

[J]ona

Jona
01-16-2004, 08:46 AM
I submitted the form, and I got a 404: File Not Found error. The file that seems to be unavailable is:

http://cpmusic.8k.com/error.html

Put an error page on, and see if anything works afterwards.

[J]ona

geoserge
01-30-2004, 02:44 AM
I had a quick glance at your source. Everything seems ok except that you did not specify (in your source), what you need to be delivered to your email i.e no REQUEST.
Also I do not know what does you script look like. Did you write it?