I have a select field in a form that allows you to select multiple options.
I need to create a new input textbox for every number of options selected, automatically.
For example, if you select on option in the select box, one input will appear below it. If you select 5, 5 inputs will appear below it.
I'm not sure if this can be done in just straight Javascript, or if I'll need to use jQuery or some other form of AJAX to get this done, but I'm not really sure how to approach this (I'm relatively new to using AJAX)