I have a page that displays order information for a customer. The page could have several items one under the other.
I have a check box and a drop down with each item. I just want the users to pick one option from the drop down when they click the check box for that item.
Its something like this
checkbox_1 Dropdown_1 --- -- -- -- --
checkbox_2 Dropdown_2 --- -- -- -- --
Now if they click checkbox 1 they need to pick something from dropdown1. The problem is the checkboxes and dropdowns are generated dynamically. So I could have 25 of these. Any help would be great...thanks
I have a check box and a drop down with each item. I just want the users to pick one option from the drop down when they click the check box for that item.
Its something like this
checkbox_1 Dropdown_1 --- -- -- -- --
checkbox_2 Dropdown_2 --- -- -- -- --
Now if they click checkbox 1 they need to pick something from dropdown1. The problem is the checkboxes and dropdowns are generated dynamically. So I could have 25 of these. Any help would be great...thanks