I have used javascript functions to do some cool things. But one thing that eludes me is how to ensure that people select at least ONE checkbox option on my form. I have the following checkbox's:
KYUKata
KYUKumite
KYUShindo
KYUShindo
BBMandKata
BBOpenKata
BBKumite
BBShindo
Masters_Cup
When one is checked it's value is "Yes". When people click submit I would like them to get a popup message indicating that the need to select at least one option. Suggestions?
KYUKata
KYUKumite
KYUShindo
KYUShindo
BBMandKata
BBOpenKata
BBKumite
BBShindo
Masters_Cup
When one is checked it's value is "Yes". When people click submit I would like them to get a popup message indicating that the need to select at least one option. Suggestions?
Hi msreyes,
ChronoForms built in 'validate-one-required' will do this I think.
Bob
ChronoForms built in 'validate-one-required' will do this I think.
Bob
I did try that without success. They are not part of any group though. They are just a series of checkboxes on my form so not sure if that has anything to do with it.
Hi msreyes,
How did you create this form ? the wizard ? please post here the code of this set of checkboxes, they need to be in one group which means that they have the same name like name="checks[]"
Regards,
Max
How did you create this form ? the wizard ? please post here the code of this set of checkboxes, they need to be in one group which means that they have the same name like name="checks[]"
Regards,
Max
This topic is locked and no more replies can be posted.