dynamic form fields

Ok, what I want to do is have a check box group that is dynamically created. Then, when a check box is selected, an event will occur that will bring up options for that check box. So there is a check box named color, then a drop down with the colors will appear. If there is an item that needs two options, so like t-shirt, a dropdown with colors and one drop down with size. how do I do this?

I think this is a sample of what you are looking for:
http://remysharp.com/wp-content/uploads/2007/09/select-chain.php

If so, read their explaination of how to do it. It works well and a lot of people have asked about this.
http://remysharp.com/2007/09/18/auto-populate-multiple-select-boxes/

Good luckā€¦

Sponsor our Newsletter | Privacy Policy | Terms of Service