I'm making this wizard type thingy that automatically generates the code I need for a post on a forum with the quantities of a certain amount of items that I have won/found in a game I play. These items are divided into 7 different categories, with 3-30 items in each category. Initially, I have the wizard ask me which category I would like to update via dropdown menu followed by a submit button to display the next step (updating the quantities) which is done by using a switch statement. Another form is then to be displayed containing a table of images of the items to be updated and textfields to input quantities. At the end of this form is a reset button and a button to update the BBCode for the post with the new quantities in a textarea (accompanied by a "select all" link.)
I can get the initial form to display the quantity update form while still displaying the dropdown menu, but I can't seem to get the generated textbox to display under the quantity form like I want it to. I'm really, really tired and I haven't coded in almost a year so it's probably staring me in the face (I've actually done it before with a user registration form but it was a looong time ago, I can't remember how I did it) and I can't seem to figure it out. Could someone tell me what I'm doing wrong? I would REALLY appreciate it.
I would also like to mention that I do want everything processed on the same page and that I would like the generated textarea to be displayed under the quantity update form with inputted quantity values intact.
Here is my code and a link to my form (the only category available is fish for right now):