Glad you found it usefull. I posted that a long time ago but I still use it from time to time myself.
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: david_de
Glad you found it usefull. I posted that a long time ago but I still use it from time to time myself.
I have not had to work on my forms much in a long time but I will pass on some of what little I do know.
I am not sure why you have formmail.php named formmail.cgi and have it in your cgi bin. I...
Most come here only when they have a problem, never to be seen again once the problem is solved. There are some that as far as I know, if they see the question and know the answer will help.
...
If you are putting things like test in for the name etc formmail will pick that up and reject it.
It is good to know I am not the only one that makes that sort of mistake. :o
Do you have formmail set to allow mail from any address to @outdoorphotographycanada.com or those two addresses? Do you have the path to the ini file correct?
$FORM_INI_FILE =...
What sort of syntax are you using for you email addresses and the allowed address? This is from formmail.php about line 2907
// 3. If you want to accept email to several domains, you can do...
Is this a multi part form you are sending to multiple email addresses? I was not sure if multi part was what you intended or what you were trying to use to solve the problem?
Sending to multiple...
Did you try the testmail to see if your server actually does send email? On your good and bad url formmail already knows the location of the templates if you set it up correctly all it needs is the...
This post might be helpful
Steps 1 & 2 here you will find the various error tags.
FP is not much for PHP work. Were you able to get the sample form to send you anything? You would probably be best doing any work on formmail.php with a plain text editor to avoid any problems with...
I think you will be glad you did. If I had my morning coffee before the last post I would have suggested you try it. :o
If you are using perl you are in the wrong forum. This formmail is PHP.
Im just a young kid I will not be 60 until May. ;) Pear is open source. It is like a clearing house for pear classes. For some reason the site is down or I would get a link. Just Google PHP pear....
It might be best to see if it will send anything at all first. Go to the sticky threads at the top of this forum section. One is for testing the server to see if it will send email. There are two...
It sounds as if the server is wanting verification before it mails. Could be a change they made to avoid spam. See if this post will help.
Mecosoft is correct about the captcha. There is also a many url spam blocker in the newest formmail.php if you have not done so use the wizard to update you script to the latest one.
I suspect...
See if this information is helpful on your problem. In the Paid Subscription section of the forum there are some good informational posts with stickys at the top of the forum about troubleshooting...
You do not have to be a programer. This stuff is pretty simple and well worth the little effort it takes to have a nice, custom, working, safe forms. A little cut and past then change some of the...
If you are looking at the sampleform with a plain text editor like Notepad (not a browser) you will see the various fields in the form and how they are made. This page has some examples.
This is well put together and easy to read. I am sure many of us will find this a handy tool. Thanks.
In the subscription section of this forum there are several "sticky" threads at the top with information on how to check your hosting email etc. You might finds something there that will help. Are...
A few posts back he said. "I placed it right below define("DEF_ALERT"," ....."
This is an easy job with formmail check the How To.