Scripts
 

PHP FormMail

   

1. Create your form page in HTML. There is no limitation to your form design.



2.

Download the script Jacks FormMail.php Version 5.0, save it to a temporary directory on your computer, then unzip the files.


3. Open the formmail.php file in a plain text editor such as Notepad and change the value of the $recipient variable. Change the recipient address to the email address that the FormMail results will be sent to.

For Multiple Recipients seperate the email addresses with commas (",").

4. Edit the HTML code of your form page (eg, contact.html) and define the FORM ACTION to execute the formmail.php script and make sure the FORM METHOD is "POST".

5. Upload the formmail.php script and form mail HTML file into the directory in which you are planning to use it. (eg, /public_html) of your account.

6. To test the php form mail, please go to http://www.yourdomain.com/contact.html