XHTML - CCIS1301

Homework 4

This homework is due Due on: 03/23/2012. Submissions after the due date will recieve 0 points.

Creating a registration form for your final project.

Step 1 - Create the form container.

Create a page from your template file called "register.html".

Using the <form> tag, create a form that posts to the URL "process.html" using the HTTP POST method.

Step 2 - Adding the fields

Add the following fields to your registration form:

Field Type Default Value / Options
Last Name Input
Email Input
Phone Input
Username Input
Password Password
Confirm Password Password
How did you hear about us? Select Search Engine, Phone, Email, Friend, Other
Agree to terms and conditions? Checkbox "yes"
Account Type Radio Free, Regular, Premium
Short Bio Textarea

Step 3 - Confirmation page

Create a confirmation page named "process.html".

Add some default confirmation text (i.e. thank you, your account has been created, etc)

Requirements

You will be graded on the following:

Extra Credit

For an additional 2 points, find the HTML META tag to redirect the user from the process.html page to the home page (index.html) after 5 seconds.

For an additional 2 points, add 10 more options to the "How did you hear about us" field, and organize the options using the optgroup element.