Here we have two dropdown menus (you won't see the second until you make a selection in the first), the second of which is dependent on the selection within the first.
Right now, that is all that happens. I wanted to get a little fancier, and may still if I have time, but wanted to get it in as is for right now in case I don't get to snazz it up. Enjoy!
Here are instructions on how to enable javascript in your browser. Not all browsers are javascript enabled and many times you have t do it yourself. No matter what browser you are using, this page tells you how to make sure javascript is enabled.
I've begun to create the professor ratings page that I plan to complete for the final module. Here, I use javascript to display the form or hide the form depending on user input. If someone has javascript deactivated, those buttons do not appear (so as not to confuse them when they wouldn't work anyway). Hope you like it! I plan to build on this for the next module.
Here is a form page that requires a valid email and name for submission. There are three input fields: name, age and email. However, the name and email fields are required while the age field is optional.