You can use Macromedia Dreamweaver 8 to create forms with text fields, password fields, radio buttons, checkboxes, pop-up menus, clickable buttons, and other form objects. Dreamweaver can also write code that validates the information a visitor provides. For example, you can check that an e-mail address a user enters contains an "@" symbol, or that a required text field contains a value.
This chapter contains the following sections:
About forms
Creating HTML forms
Inserting HTML form objects
Inserting dynamic HTML form objects
Validating HTML form data
Attaching JavaScript behaviors to HTML form objects
Attaching custom scripts to HTML form buttons
Creating accessible HTML forms