addElement('text', 'add_show_background_color', array( 'label' => 'Background Colour:', 'required' => true, 'filters' => array('StringTrim'), 'validators' => array('NotEmpty') )); // Add show color input $this->addElement('text', 'add_show_color', array( 'label' => 'Text Colour', 'required' => true, 'filters' => array('StringTrim'), 'validators' => array('NotEmpty') )); } }