addGroupSubForm('0'); $this->addGroupSubForm('1'); return parent::_initElements(); } public function addGroupSubForm($name) { $this->addSubForm(new GroupSubForm(['legend' => 'Group ' . ($name + 1)]), $name); return $this; } }