Hello, been lurking around to see if I could find any kind of solution to what I'm trying to solve, but the closest thing I got was this old thread:
http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/313687
What I want
I'm trying to create is a SELECT menu with an INPUT field, but the INPUT field won't display before I select an option from the list. After I've selected an option I want two things to happen; the INPUT field displays and a new SELECT menu shows up with some other options.
Then in the last menu, where I create the options of course, theres a final option that finalizes the entire SELECT menu and gives them a button to submit it, and when they press it, all the options will just be printed along with what the user typed in the INPUT fields.
The problem
I have no idea how to automatically show the next SELECT menu, which I've created, but hidden, for the user with it's own text field, and then in the end make it possible to submit it to print all the selected options and whats typed in the INPUT fields.
I'm guessing I need some sort of jQuery/JavaScript, but I'm not very familiar with that.
What I'm asking
If you have the complete solution because you have solved a similar problem earlier, great, I would like to have it, but if you know the solution, you just need to point in the correct direction, but all kinds of help is appreciated!
Thanks.