I have a dropdown box that allows users to select how many inputs they have. So for example perhaps they want to enter one word, they'll select one. If they want to enter two words, they'll select two.
Depending on which option they choose, I want to create that many textboxes below that I can also refer to using other scripts (like maybe through indexing).
Is there a way to do this?