Hello,
I need to make a form showing a lot of fields based on other fields, like this:
Type1 shows the "Choose_color1" field and hides the others
Type2 displays the "Choose_color2" field and hides the others
Type3 displays the "Choose_color3" field and hides the others
Type4 shows the "Choose_color4" field and hides the others
Type5 shows the "Choose_color5" field and hides the others
Type6 displays the "Choose_color6" field and hides the others
Type7 shows the "Choose_color7" field and hides the others
Now, i do this:
Type1 show Select_color1
Type1 hide Select_color2
Type1 hide Select_color3
Type1 hide Select_color4
Type1 hide Select_color5
Type1 hide Select_color6
Type1 hide Select_color7
and same setting for all next type...
- this procedure is ok for simple forms.
but now I would have created bigger form with many setting and this procedure is awful.
Is there some simplify procedure?
Something like: Type1 "show" Select_color1 and the other "hide" ..?
Thank you for your help!
I need to make a form showing a lot of fields based on other fields, like this:
Type1 shows the "Choose_color1" field and hides the others
Type2 displays the "Choose_color2" field and hides the others
Type3 displays the "Choose_color3" field and hides the others
Type4 shows the "Choose_color4" field and hides the others
Type5 shows the "Choose_color5" field and hides the others
Type6 displays the "Choose_color6" field and hides the others
Type7 shows the "Choose_color7" field and hides the others
Now, i do this:
Type1 show Select_color1
Type1 hide Select_color2
Type1 hide Select_color3
Type1 hide Select_color4
Type1 hide Select_color5
Type1 hide Select_color6
Type1 hide Select_color7
and same setting for all next type...
- this procedure is ok for simple forms.
but now I would have created bigger form with many setting and this procedure is awful.
Is there some simplify procedure?
Something like: Type1 "show" Select_color1 and the other "hide" ..?
Thank you for your help!