Forms in Dreamweaver A05 Create a user form for capturing user feedback
Create a form to be printed out or submitted  online.  This form should seek opinions about: Consider using the following form elements when creating your form: user experience  ease of use  opinion of appearance of website  ease of navigation  use of interactive elements.  tables  text boxes  radio buttons  check boxes  drop-down menus.
Create form page and change to form  tools.
Use the various components to set up the form. Each will generate a properties box which is changeable.
Set up form to email contents on it’s Properties
Very Basic Example Form
This will email form contents.
Add a pop up Behaviour to Submit Button
 
Small JavaScript function added to  html

Creating Forms2

  • 1.
    Forms in DreamweaverA05 Create a user form for capturing user feedback
  • 2.
    Create a formto be printed out or submitted online. This form should seek opinions about: Consider using the following form elements when creating your form: user experience ease of use opinion of appearance of website ease of navigation use of interactive elements. tables text boxes radio buttons check boxes drop-down menus.
  • 3.
    Create form pageand change to form tools.
  • 4.
    Use the variouscomponents to set up the form. Each will generate a properties box which is changeable.
  • 5.
    Set up formto email contents on it’s Properties
  • 6.
  • 7.
    This will emailform contents.
  • 8.
    Add a popup Behaviour to Submit Button
  • 9.
  • 10.