$field = new Zend_Form_Element_Hidden('id');
$field->setDecorators(array('ViewHelper'));
Funte: http://stackoverflow.com/questions/481871/zend-framework-how-do-i-remove-the-decorators-on-a-zend-form-hidden-element
$field = new Zend_Form_Element_Hidden('id');
$field->setDecorators(array('ViewHelper'));
Funte: http://stackoverflow.com/questions/481871/zend-framework-how-do-i-remove-the-decorators-on-a-zend-form-hidden-element