I saw an example on a website one time (which I didn't bookmark) that had a drop down menu. This menu listed 1, 2, 3, 4, 5, etc. When you selected 1, one input box would appear underneath it. When you selected 2, two input boxes appeared beneath. And 3, you guessed it, three input boxes appeared beneath the drop down menu. I remember looking at the code, and I believe javascript was used to create this type of application. Unfortunately, I have no idea how to do it, and it would be extremely useful in a project I am working on right now. If anyone knows of an example of this, or how to do it, I could really use some help. Thanks!