It's been awhile since I revisited this problem.
Today for the hell of it I tried to access the exact same form locally from the web server that is giving me grief so instead of via the...
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: dc_sava
It's been awhile since I revisited this problem.
Today for the hell of it I tried to access the exact same form locally from the web server that is giving me grief so instead of via the...
Hi Ginger,
Thanks again for the reply.
I have tried the testurlopen.php file and it works fine. You can try it yourself.
http://www.frameworkecm.com.au/pages/testurlopen.php
I have also...
Hi Ginger,
Sorry for the delay in my response.
I did try your suggestions and many other variations to try and get this return link working to no evail.
In most cases the template would be...
Hi Ginger,
These are my settings, sorry I didn't post these originally.
In Formmail.
$TARGET_URLS = array("http://www.frameworkecm.com.au/pages/"); In fmbadhandler.php
$TARGET_URLS =...
Hello,
I have been trying to get fmbadhandler and return link happening without any success.
I have been searching the forums and docs and cannot find that little something that makes it work,...
Hi,
I found this thread to be very helpful.
Just one thing the line;
<input type="hidden" name="mail_options" value="exclude=email;realname" />For me this needs to be;
<input type="hidden"...
Thanks ginger,
You are absolutely correct using Notepad fixes the issue.
I must say that it is seriously disturbing though as I code a lot of PHP in Dreamweaver without any issues (that I know...
Hi Ginger,
This is a link to the test form.
http://www.frameworkecm.com.au/formmail/sampleform.htm
Also in this location are the 2 testmail scripts that are working fine.
thanks
Hello,
I've inherited a website that is using formmail and unfortunately the formail has stopped working.
In trying to learn how to use formail I have tried the example provided in the latest...