|
| A R C H I V E D M E S S A G E |
|
Subject: No success page |
| Posted: 03/26/2003 at 7:40:47 pm |
| By: Mike Murphy |
| I don't get the success page after I submit the form. I just get a blue box with the following in it:
Biz Mail Form Version 1.5
© Copyright 2000-2002 Seth Knorr
A free download of this script can be found at:
http://www.bizmailform.com/
Also I don't get the form or the autoresponse. | |
|
|
Subject: Re: No success page |
| Posted: 03/26/2003 at 7:41:00 pm |
| By: Seth Knorr |
| Where is your form located? Also are you using the method="GET". If so you need to use method="POST".
Seth
| |
|
|
Subject: Re: No success page |
| Posted: 03/26/2003 at 7:41:15 pm |
| By: Mike Murphy |
| The form is located at www.truefinancialsecurity.com/test/bizmail.html
I am using method="POST". | |
|
|
Subject: Re: No success page |
| Posted: 03/27/2003 at 7:41:27 pm |
| By: Seth Knorr |
| I figured out the problem for you. It looks as if your server does not send the request method to your scripts ex. $ENV{'REQUEST_METHOD'}
This is crucial in check whether someone has submited the form or just typed in the address:
http://www.truefinancialsecurity.com/cgi-bin/bizmail.cgi
You should check with your hosting company and they should be able to fix this problem for you.
Seth
| |
|
|
Subject: Re: No success page |
| Posted: 03/28/2003 at 7:41:36 pm |
| By: Mike Murphy |
| I contacted my hosting company and they confirmed that our server does generate the appropriate environment variable. Also we are running other scripts that submit forms, and they work. Do you have any idea what else could be causing the problem?
Thank you.
| |
|
|
Subject: Re: No success page |
| Posted: 03/28/2003 at 7:41:49 pm |
| By: Seth Knorr |
| I emailed you a new bizmail.cgi script named bizmailupdate.cgi. This should work even if your env information is not sent.
Seth
| |
|
|