setConfig($config->contactform); // Setze individuelle Dekorierer für Sende Button und Newsletter Checkbox //$this->getElement('send')->setDecorators($config->contactform->elements->send->options->decorators->toArray()); $this->getElement('captcha')->setDecorators($config->contactform->elements->captcha->options->decorators->toArray()); } public function loadDefaultDecorators() { $this->setDecorators(array( 'FormElements', 'Form', )); } }