Exercise: creating forms

In this exercise, you will learn how to make a simple form that will post to a POP email account. There must be a local email client on the users computer for this form to work.

More importantly, you will learn how to structure and set up a basic form.

In this example I will be placing the form in a file created from a template that was created in the Templates exercise.

Preparing your document

Inserting the form tag

Inserting field labels

Inserting text fields

Inserting a radio buttons

Inserting a list/menu

Inserting checkboxes

Inserting a text area

Inserting Submit Button