I am trying to get around the:
An invalid form control with name='dob_mm' is not focusable.
Error that comes in Chrome. Yes, we have a bunch of fields that are required, and yes, these fields are hidden. The form is broken out into tabs, which only one show at a time.
Is there some type of Jquery function that can show some type of popup saying "you must fill out the information in the other tabs"?
I look here but didn't tell me much.