PDA

View Full Version : Select Multiple Choices


garyhay
14-Aug-2003, 12:59 PM
I need to be able select multiple choices in a component with attributes. I seem to only be able to choose 1 choice.

Does anyone know what I am missing. Having difficulty thinking straight due to sore eyes.

Thanks

Ben
15-Aug-2003, 11:25 AM
Hi Gary

Only one choice can be selected per attribute. You can either use multiple attributes or just components on their own. Alternatively, use choices and select radio buttons in the Attribute details and then replace TYPE=RADIO with TYPE=CHECKBOX in Act_VariantRadioButton.html

Ben

garyhay
15-Aug-2003, 11:38 AM
Ta