I playing around with dropdown lists, and I am wondering on how I would dynamically add input box based on a number selected from a dropdown list. e.g. if one is selected then add one input box, if two then add two input boxes etc… . Any tips or guidance would be appreciated
Thanks
I playing around with dropdown lists, and I am wondering on how I would
Share
I can show you a simple method using jquery:
html
jquery
Of course this is just an example and it can be done in multiple other ways.