When user tries to submit form without entering data in a required field (class="required"), field is highlighted and given focus. Except when the field is a select option. The field is highlighted but user is not returned to the field. User has to scroll up in this case.
I need the form to scroll up to the highlighted field as it does with the other input types. Does anyone know the solution for this?
TIA.