name, array('control' => $this->formControl)); $children = $this->element->children(); $subForm->load($children); $subForm->setFields($children); // And finaly build a main container $str = array(); $values = $this->value; // explode to array if string if (is_string($values)) { $values = explode(',', $values); } $fields = $subForm->getFieldset(); $str[] = '