Homework 4

Add a new page to your site, that is linked from all the other pages on your site, where people can request an appointment with the Ghostbusters. The form should include fields for name, street address, city, state (in the form of a pull down menu), zip code, email address, and 2 password fields so the user can create an account.

Also include some type of input where people can request a date and time. This could be a textarea, text field, or (if you're feeling ambitious), a date picker. If you do the date picker, feel free to borrow code from other places online to implement it.

Use the reflector.cgi for the action of the form so we can both be sure your data is being submitted correctly.

Upload your files to your INST671/hw4 folder and name your main page index.html.