I have the following form that consists of radio buttons, or check boxes. I can use either or. When the user selects certain boxes, he can't select other ones.
1.Dwelling
2.Tenants
3.Condo
4.Tenants & Condo
5.Dwelling & Tenants & Condo
If 5 is selected, 1, 2 and 3 can't be selected. If 4 is selected, 2 and 3 can't be selected. Etc.
I can't write code for this in the application, because once we get to this form, we can't go back to the server to read the code. So i'm trying to group them in some way, on the actual form, so these selections work.
I'm thinking of using nested radio button lists,or tables, but i'm not sure how to do this???
I would definitely appreciate any ideas.
1.Dwelling
2.Tenants
3.Condo
4.Tenants & Condo
5.Dwelling & Tenants & Condo
If 5 is selected, 1, 2 and 3 can't be selected. If 4 is selected, 2 and 3 can't be selected. Etc.
I can't write code for this in the application, because once we get to this form, we can't go back to the server to read the code. So i'm trying to group them in some way, on the actual form, so these selections work.
I'm thinking of using nested radio button lists,or tables, but i'm not sure how to do this???
I would definitely appreciate any ideas.