EvolMonster
Programmer
Hiya Guys!
I am developing a webpage for my friends business, and have hit a bit of a snag.
I want to set up a web page with a contact form. This is my test page with the form:
When the submit button (send to Cafe Fair Trade) is pressed I want the info from the form sent as an email to: enquiry@cafefairtrade.co.uk
then I want the page to forward to the this page:
This process requires a PHP script and I've configured a script from this website:
The script created I think is at:
It is working to a point. At the moment when the form is submitted an email is sent to: enquiry@cafefairtrade.co.uk
but an error message is also generated that is sent to: webmaster@cafefairtrade.co.uk
and I can't get the PHP to forward to:
The mail says :
The following error occurred in FormMail :
Unable to create check file "/tmp/fmc60c43.txt": failed to open stream: No such file or directory
Anyone got any ideas why this isn't working?
Cheers
DB
I am developing a webpage for my friends business, and have hit a bit of a snag.
I want to set up a web page with a contact form. This is my test page with the form:
When the submit button (send to Cafe Fair Trade) is pressed I want the info from the form sent as an email to: enquiry@cafefairtrade.co.uk
then I want the page to forward to the this page:
This process requires a PHP script and I've configured a script from this website:
The script created I think is at:
It is working to a point. At the moment when the form is submitted an email is sent to: enquiry@cafefairtrade.co.uk
but an error message is also generated that is sent to: webmaster@cafefairtrade.co.uk
and I can't get the PHP to forward to:
The mail says :
The following error occurred in FormMail :
Unable to create check file "/tmp/fmc60c43.txt": failed to open stream: No such file or directory
Anyone got any ideas why this isn't working?
Cheers
DB