|
|
|
|
|
|
|
Home
|
|
|
|
|
 |
|
| | A R C H I V E D M E S S A G E | | Subject: CGI Problem on more complex form |
| Posted: 11/03/2003 at 2:23:05 am |
| By: |
| Hi
I have downloaded and set up the form as per instructions. After several problems with setup (Windows server) but with a lot of help from my clients host I have the form working. The problem is that I expected to take the script out of your example page and put it in a more complex form (that I had running on my Unix serving hosts) but it won't work. When I submit the form I just get a page that says 'Form processing script provided by Bizmail Form.' Any help would be very much appreciated as I am running out of time.
Thanks in advance
Steve | |
|
|
Subject: Re: CGI Problem on more complex form | | Posted: 11/03/2003 at 3:48:17 pm | | By: Seth Knorr |
| YOU PROBABLY JUST HAVE TO CHAND YOUR FORM CALL FROM.
<form method="GET" ....
TO
<form method="POST" ....
It sounds like that is the problem. The only other problem you could be having is that The $ENV information is not being passed. This script uses the variable $ENV{'REQUEST_METHOD'}, if this is not a vaild value due to mis configuration on the server, that variable would have to be replaced with the correct one. If you send that to your host they should be able to help you. If you find out this is it, and what the correct variable for that server should be, I will do an update download for you.
Seth | |
|
|
Copyright 2000-2004 Seth M. Knorr, BizMailForm.com Forms Processor, All Rights Reserved
|
|
Heart House Community Church, Clermont FL
| |
| |