mich
08-11-2008, 02:59 PM
Hi Guys
I have sat trying to figure out how to have a form that actually works...and i have found a way that works and is SUPER easy.
Ok i have attached the file feedback-php.
Open that file and change all the details to your details ( on the feedback-php form)
$SendFrom = "Form Feedback <name@host.com>";
$SendTo = "name@host.com";
$SubjectLine = "Subject Line";
$ThanksURL = "page.html"; //confirmation page
Then upload the form as you would to the place your website goes. ( make sure it is in php format and saved as feedback.php)
Then open web easy with the website...click on the form you would like to use.
In Html action put: feedback.php
in method put :post
and it should work.
:) mine works on both my sites.
I have sat trying to figure out how to have a form that actually works...and i have found a way that works and is SUPER easy.
Ok i have attached the file feedback-php.
Open that file and change all the details to your details ( on the feedback-php form)
$SendFrom = "Form Feedback <name@host.com>";
$SendTo = "name@host.com";
$SubjectLine = "Subject Line";
$ThanksURL = "page.html"; //confirmation page
Then upload the form as you would to the place your website goes. ( make sure it is in php format and saved as feedback.php)
Then open web easy with the website...click on the form you would like to use.
In Html action put: feedback.php
in method put :post
and it should work.
:) mine works on both my sites.