I\'m trying to remove the default decorators on a hidden form element. By default, the hidden element is displayed like this:
Hidden Element Label
I use this
$element->removeDecorator('DtDdWrapper');
to get rid of the dt dd tags around specific elements