I want to use the value of a HTML dropdown box and create that number of input boxes underneath. I\'m hoping I can achieve this on the fly. Also if the value changes it should a
you would most likely use javascript(which is what jquery is), here is an example to show you how it can be done to get you on your way
Add 1 3 7
javascript to dynamically create a selected number of inputs on the fly, based on Mutahhir answer
Mutahhir