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 download (8.05) and I am having the same issues as described in this post (a blank formail page).
On searching the forums etc I found the following 2 test scripts;
http://www.tectite.com/vbforums/showthread.php?t=62
These both work fine which I guess means PHP and the Webserver are right to go.
In the sampleform and the formmail.php I changed the following lines to my email address;
HTML
Code:
<input type="hidden" name="recipients" value="mymail@mymail.com.au" />
PHP
Code:
$TARGET_EMAIL = array("^mymail@mymail\.com\.au$");
/* Help: http://www.tectite.com/fmdoc/def_alert.php */
define("DEF_ALERT","mymail@mymail.com.au");
and I updated the link to the formail page in the HTML forms action to point to the right place.
I haven't changed anything else, and on submit I get a blank formail.php page.
Appretiate any suggestions.
Thank you.
Bookmarks