Closed (fixed)
Project:
Webform
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2009 at 17:02 UTC
Updated:
21 Dec 2009 at 22:32 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot | 7.88 KB | melchior |
Comments
Comment #1
quicksketchUnfortunately this is Drupal assigning the classes, not Webform. You can apply the class to the label if you override theme_form_element() I believe.