Sometimes when you're getting input from users you know exactly what to expect, but
unfortunately that's not always the case. In cases where you don't, you need to be flexible when
designing the forms to get this mystery data. This classic ASP script shows you how to generate
a number of form fields dynamically based on user input and then read the values the user enters
into those dynamically-generated fields.