How to Create Email Forms in Dreamweaver

E-mail forms make it possible for website creators to invite email communication with readers without explicitly revealing their e-mail address. It should come as no surprise that e-mail forms are one of the most common elements of a personal website or blog. Creating an e-mail form using Dreamweaver is an extremely easy process.

Things You'll Need

  • Dreamweaver
  • PHP e-mail form script
Show More

Instructions

    • 1

      Upload a form to e-mail PHP script to the same directory you intend to create the e-mail form on. Form to e-mail PHP scripts are freely available across the Web and one is included in the resources of this tutorial.

    • 2

      Launch Dreamweaver.

    • 3

      Select "File > New Document."

    • 4

      Select HTML and click "Create."

    • 5

      Type a title of your choice for the Web page that will contain the e-mail form and save.

    • 6

      Select "Insert > Form."

    • 7

      Enter the name of your form to e-mail PHP script in the "Action" text box.

    • 8

      Change the "Method" to "Post."

    • 9

      Type a name of your choice for the form.

    • 10

      Click "Insert."

    • 11

      Add form elements of your choice by selecting "Insert > Form" and then choosing the different types of form elements you would like to include in your e-mail form. Use the "Label" menu item to add text that identifies the different form elements.

    • 12

      Add a button by selecting "Insert > Form > Button."

    • 13

      Save and upload the document to make the e-mail form live.

Tips & Warnings

  • The form to e-mail PHP script you use can dramatically impact the capabilities and flexibility of your e-mail form. Basic form to e-mail PHP scripts are easy to configure but are limited in their ability to reduce spam and send complex information. If you would like an advanced e-mail form, it will only require finding a more advanced PHP script.

Related Searches:

References

Resources

Comments

You May Also Like

Related Ads

Featured