addElement('text', 'name', ['label' => 'Group Name']); $this->addSubForm(new PersonsSubForm(), 'persons'); return parent::_initElements(); } }