Need dropdown fields to populate checkbox (Yes, No)
My customer has a form with a Checkbox field called "WeekendCare" With options "Yes" and "No"
I have 8 dropdown fields (Weekend open and close times) that will need to be examined to determine whether to populate the yes/no. If ANY of the following 8 dropdown fields have a value of a time in the dropdown (other than the default "Select") - the Weekend Care gets checked "Yes" - if none have values, then "No" is checked.
The dropdown fields are named:
CenterOpenSaturday
CenterOpenSaturday2
CenterCloseSaturday
CenterCloseSaturday2
CenterOpenSunday
CenterOpenSunday2
CenterCloseSunday
CenterCloseSunday2
Can you help with a javascript for this?
And please let me know which field to place the javascript in... that is confusing sometimes.
Thanks for your help!
