leftSection = new HalfPageSection('leftSection'); $this->rightSection = new HalfPageSection('rightSection'); $this->addSection($this->leftSection) ->addSection($this->rightSection); $this->initFields(); } private function initFields() { //Additional IP Address For VNC Console $field = new Text('customconfigoption[consoleHost]'); $field->setDescription('tip'); $this->leftSection->addField($field); } }