If you like our script, please rate it!


Hi, The use of this page is completely free. It will create a basic contact form with PHP using the mail() function. If you would like to share with me the web site address of the form you generate, or need a custom form for your site e-mail me at robert@nrc.net

INSTRUCTIONS

  1. Make sure you use the correct E-mail address for where the form will go (you can use your own first to test it if you want)
  2. Make sure you use the correct subject for your form
  3. Use the code below to make two pages. One a .php page. The second an .html page
  4. Make sure you name your php page 'contact_form.php' !
  5. Name the html page anything you'd like
  6. If you want to make sure the user fills out a certain field before the form is submitted, select the YES radio button to validate it.
  7. Format the form fields however you want, just do not rename any fields!
  8. Upload them both to the same directory
  9. That's it!

 

    Form Fields VALIDATE?
    Field Name Check if the field is needed YES NO
    Name:
    Address:
    City:
    state:
    Zip:
    Country:
    Phone:
    E-mail:
    Fax Number:
    Comments:
           
    To:  
    Subject:  

     





Robert Packer's Contact Form Generator