addSection($leftSection); $this->addSection($rightSection); //consoleHost $field = new Text('consoleHost'); $field->addValidator(new IpAddressAndHostnameValidator()); $leftSection->addField($field); //consoleApiKey $field = new Text('consoleApiKey'); $rightSection->addField($field); } }