Validating checkboxes with same name
Hello, this seems real convoluted so Ill make it as clear as I can . I have a form that has a checkbox we will call it checkbox "A". If you check "A" three other checkboxes slide down we will call them "secondaryCB". I need to make them required if you check "A" easy enough right? unfotunately the form is sent to Sugar CRM and it is set up so each checkbox has a different name, so I cannot use
secondaryCB {
required: "#A:checked"
}
since each one has a different name attribute if I write a rule for each, it would require you to check each one.
help is much appreciated