Page 1 of 1

Checkbox Option

Posted: Thu Nov 09, 2006 6:52 am
by laknal
Hi,

I am dynamically generating checkboxes. How can I force user to select either checkbox 1 or 2?

The User can still select multiple checkboxes except checkbox1/checkbox2.

Thanks.

Posted: Thu Nov 09, 2006 7:01 am
by feyd
Make those two a radio button group.

Checkbox Option

Posted: Thu Nov 09, 2006 7:05 pm
by laknal
Hi,

How can I generate combination of both radio buttons and checkboxes for products dynamically?

Posted: Thu Nov 09, 2006 7:36 pm
by RobertGonzalez
Do a Javascript check that alerts the user onSubmit that if both are empty, one needs to be checked (or whatever the rules are). There a lot of tutorials for Javascript form element requirement processing.