Hi,
I'm guessing that FireFox doesn't know how to submit a form with the GET method. Just a guess.
Does IE work with the POST method?
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Hello and thanks for the great script, first of all.
I'm having some trouble getting the script to work properly.
First, when I have my html set to use "post," I get an error message that says "It appears the form is not working correctly as there was no data found."
So I set the method to "get". When I submit the form this way, I get an error message and a "FormMail script error" e-mail sent to me with the following text and all of my form fields:
Here is the relevent section of my form:The following error occurred in FormMail:
no_valid_recipients
**********
Error=The form has an internal error - no valid recipients were specified.
... and the relevent part of the script config:Code:<form method="get" action="http://visitingscientists.org/cgi-bin/formmail.php" name="application_form"> <input type="hidden" name="recipients" value="tubaguy0@fastmail.fm" /> <input type="hidden" name="subject" value="application_form" /> <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" />
The urls are:Code:$TARGET_EMAIL = array(EMAIL_NAME."@fastmail\.fm$", EMAIL_NAME."@unm\.edu$", EMAIL_NAME."@pcgraphweb\.com$", );
http://www.visitingscientists.org/contact.php
http://www.visitingscientists.org/cgi-bin/formmail.php
UPDATE:I've discovered that the no_valid_recipients error message only occurs when using Firefox... IE 6.0 seems to work fine.
Last edited by tubaguy0; 13-Aug-2004 at 08:06 PM.
Hi,
I'm guessing that FireFox doesn't know how to submit a form with the GET method. Just a guess.
Does IE work with the POST method?
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
no it doesn't. maybe i should give my isp a call.
Hi,
It certainly sounds like your server isn't processing POST method. This might be a (poorly considered) "security" feature on your server.
That's why you can use the GET method with FormMail.
But, if FireFox doesn't support forms with the GET method, there's not much we can do about that.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks