Sep 2nd, 2010, 1:11 PM
This looks like it's on the right track for a situation I'm having, except for one thing:
the name="whatever" within each check box input seems to need to be the same across the check box group in order for the validation to work.
In my case, though, I need for each checkbox to still act independently of each other...needing to have different names attached to each. Long story why...let's just say I have a 3rd party app form tools needs to interact with that requires different database tables...one for each check box data.
Any way to group a set of check boxes to validate as a group, but still maintain their individuality? Did that question make sense?
the name="whatever" within each check box input seems to need to be the same across the check box group in order for the validation to work.
In my case, though, I need for each checkbox to still act independently of each other...needing to have different names attached to each. Long story why...let's just say I have a 3rd party app form tools needs to interact with that requires different database tables...one for each check box data.
Any way to group a set of check boxes to validate as a group, but still maintain their individuality? Did that question make sense?