Is it possible to add class tags onto form fields? I need a function
that highlights empty fields on a form that are indicated that they
should be highlighted when empty, so not all empty fields, just the ones
indicated. If a class tag or some other method could be used, and then
loop through all fields and highlight those with the tag, that would
greatly simplify the way we are currently doing it.Thanks!