By kevinb623 on
Is there a way to set a collapsed fieldset's value to FALSE if that fieldset has an element with an error on it.
I tried using hook_form_alter, but that doesn't appear to allow access to the form's errors.
To complicate matters, my field validations are being handled by the Form API Validation module.