Forms in Dreamweaver CS4

Need a Website? Contact Us Now!

This entry is part 14 of 19 in the series Dreamweaver CS4 Tutorials

Let us create a form in the contact us page.

To do this:

  • Open contact-us.html
  • Insert > Form > Form
  • You will see a red outline within your page. This is the ‘form’ tag. All your form fields must be placed within this tag.
  • Insert Form > Text field
  • In the screen that opens up type ‘Name’ in the label field. Click OK
    Forms in Dreamweaver CS4
  • Similarly create a field for ‘Email’ as well.
  • Also create a field for ‘Message’. This will need to be a text area [Insert > Form > Text Area].
  • Finally create a button [Insert > Form > Button]
    Forms in Dreamweaver CS4
  • With this you have created the HTML required for the form. However, to make the form work and send you an email you will need to use a php or asp script depending on your web server. You can also use a free email form service.
Series Navigation«Linking pages in Dreamweaver CS4Dreamweaver CS4 Form Validation Tutorial»
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • E-mail this story to a friend!
  • LinkedIn
  • MySpace
  • StumbleUpon
  • Technorati

Tags: ,
Posted in Dreamweaver | 1 Comment »


One Response to “Forms in Dreamweaver CS4”

  1. By ericson on Oct 25, 2009 | Reply

    It helps a lot creating feedback form.

Post a Comment