APPLICATION DESIGN


Designing forms
Forms, like pages, display information. Everything that can be done with a page can be done with a form. What sets forms apart from pages is that forms can be used to collect information. A form provides the structure for creating and displaying documents, and documents are the design elements that store data in the database. When a user fills out the information in a form and saves it, the information is saved as a document. When a user opens the document, the document uses the form as a template to provide the structure for displaying the data.

Here are the basic steps involved in designing a form:

1. Decide on the purpose and type of form you need. To do so, consider:

2. Create the form.

3. Add elements to the form.

4. Name the form.

5. Assign its properties.

6. Preview and test the form in the browsers users access it with.

See Also