FREE HTML CODE
Search HTML Code

HTML Form To Email

The PHP script is a basic script but it works well. Because of its simplicity, it is very easy to follow. Feel free to customize the code for your own purposes.

View Example


The following code creates this feedback form.
To get the code for this feedback form, download the zip file below.


Download

This is the quickest way to get the form to email script. Simply download the .zip file, customize the files, and you're done.
This .zip file consists of four files:
  1. The feedback form
  2. The "send mail" script
  3. A "Thank you" page
  4. An error message page
All four files are required to create the working feedback form as per the above example.
Download: feedback_form.zip.

Installation:

Once you've downloaded the .zip file above, do the following:

  1. Extract all four files to a directory located within your website (on your local machine). If you don't have a copy of your website on your local machine, any directory will do for now, as long as you upload all files to your hosting provider after the following steps.
  2. Open send_mail.php and find the line that reads $webmaster_email = "name@example.com"; (at the top of the file). Change the name@example.com email address to your own email address (or where ever the form contents should be emailed to).
  3. Once you have checked that the form works on your server, customize the look and feel of feedback_form.html, thank_you.html, and error_message.html to suit your website.

If you change the names of the files, be sure to update the PHP script to reflect the new names.
Also, if you are familiar with HTML/PHP, you could combine the code from all four files into one PHP file. However, this would require substantial modification so, unless you know what you're doing, keep them as four separate files.
If you can't download or access the .zip file, see below.

Modify Your Feedback Form

You can change the look of your feedback form by adding styles to it. Check out these comment boxes to change the color of your feedback form, add a background picture, or add a border to your comment box.

Can't Download The .Zip File?

If you can't download or access the .zip file above, you can copy and paste the code below. Make sure you change the email address at the top of send_mail.php (as per installation instructions above).

  1. The Feedback Form:
  2. Save this code into a file called feedback_form.html Note that this feedback form includes HTML table code for formatting purposes.
  3. The "Send Mail" Script
  4. This script has been written in PHP. Your web server will need to support PHP to run this. If you're not sure, upload it and see if it works. Most hosting plans support PHP these days. Save this code as send_mail.php.
    If you change the name of any of the other files, be sure to update this script - the names of those files are included in this script.
    If you decide to add some fields to your feedback form, you will need to add them to this script too.
  5. The "Thank You" Page
  6. Save this code into a file called thank_you.html
  7. The Error Page
  8. Save this code into a file called error_message.html

Problems Sending Mail?

If, after installing this script, it doesn't seem to be sending emails:
  • If you are running the script from your own computer, check that you have PHP installed and that it is configured to send mail.
  • If you are running the script from your hosting provider's server (i.e. your website is hosted with a hosting provider), check with them to find out why the mail isn't being sent.
| More