
Sebastian Schlapkohl - 2011-12-27 21:48:54 -
In reply to message 1 from w. studer
I normally use one of two ways to do this:
- either use css-classes
- or add an asterisk to the label and add a CustomHtml to the Fieldset to explain the symbol, something like FieldSet::get()->addElement(CustomHtml::get()->setHtml('<span>* obligatory fields</span>'));