I'm new here, and I've joined in the hopes that someone can help a very inexperienced web designer.
Short background is I was asked to redesign a site for a non-profit group my aunt and uncle are a part of. I agreed, and set about creating something more user-friendly than the Front Page disaster they had at the time. Once I was ready to load the new page, I made room for the new files by deleting some old folders (first mistake). The new page was loaded and I discovered that the application form was no longer working. Apparently, I accidentally deleted the cgi files that control the form handling.
After discovering the problem, I've set about trying to make new scripts, but I'm very hindered by my lack of knowledge. I have found a script that seemed easy, and edited it, but when I try to test it on two different servers, I get two problems. My goal is to have the form data collected, edited to be easy to read and sent to an email, while the user is given a thank you page.
On my personal site (through Yahoo Geocities), I fill out the form with some test data, hit submit and it brings up the "thank you" html I wrote for the user to see. However, I never get an email in my inbox. I do not get an error message with it, but no emails ever come.
The form is located at
www.kabbottdesign.com/apptest.html
The script I use is this
http://kabbottdesign.com/test.pl.txt
On the site that will host the form, when I use the same script, I get this error:
Method Not Allowed
The requested method POST is not allowed for the URL /test.cgi.
Apache/1.3.27 Server at www.wbmonline.org Port 80
I have spoken with the hosting company and they said that perl is enabled, so I should not be receiving this error because of any server setting problems.
The form on this server is located at
www.wbmonline.org/testing.html
The script is at
http://www.wbmonline.org/test.cgi
I apologize for this being so long, but I wanted to give as much background and detail as possible. As I said, I'm not very knowledgeable in this at all, so this problem really has hit me in a hard spot. Many many thanks in advance for any help at all anyone can provide.