My issue is rather difficult to explain, but I hope you will be able to understand. I have written a scheduling program for a summer camp. Admin users can create classes and when they do they select times that the class will be held. Users can then log in and sign up for these classes.
I have made a sign up form that creates eight drop down menus dynamically listing only the classes offered at the time period (this information is gathered from a database). My issue is that I want people to be able to edit this information later on and I don’t know how to make it so that the drop down menus that are created will display the classes this person has signed up for.
I would pass the form the variables through the URL or something but I don’t know how to make the drop down menus display those values. I know how to do it if the drop down menu is static (already made) but being that the menus are dynamically made on the fly I am at a loss.
I hope I haven’t confused you to much. If you need clarification please let me know. I could really use some help on this one!!!
I have made a sign up form that creates eight drop down menus dynamically listing only the classes offered at the time period (this information is gathered from a database). My issue is that I want people to be able to edit this information later on and I don’t know how to make it so that the drop down menus that are created will display the classes this person has signed up for.
I would pass the form the variables through the URL or something but I don’t know how to make the drop down menus display those values. I know how to do it if the drop down menu is static (already made) but being that the menus are dynamically made on the fly I am at a loss.
I hope I haven’t confused you to much. If you need clarification please let me know. I could really use some help on this one!!!