Validation: customize display of error message - stop at first errored field
I'm displaying form validation errors in something like a fancy tooltip. It works great when validating a particular field, but when the whole form is validated, the tooltip displays on the last invalid field. I would like it to display for the fist invalid field instead.
Thanks for any help you can give me.