Forum Moderators: coopster
For example, imagine that you have a dropdown box with different dishes in a restaurant and next to the dropdown there are 2 checkboxes that the restaurant owner can set at which time the current selected dish on the dropdown is served (Lunch, or dinner or both).
I'd like to make so the user can set all the dish options without having to save the setting for every single dish he chooses in the dropdown? What's the best way to tackle that?
Sessions along with javascript to save the different states when the select box is changed?
Thanks
Thanks, I still wonder how one would go about doing it with a dropdown box but I might go for one option for each selection for the moment and see how that pans out.