Hi there,

is it possible that missing fields are going to be marked/highlighted?

Currently only the input elements font gets another color. but if the field contents text is missing
anybody can show this mark :)

It would be cool if the assigned "error" class get's assigned to the label directly

see screenshot for demo

thx!
melchior

CommentFileSizeAuthor
Screenshot7.88 KBmelchior

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

Unfortunately this is Drupal assigning the classes, not Webform. You can apply the class to the label if you override theme_form_element() I believe.