setProvider(new ProductConfigurationDataProvider()); /** kerio setting section **/ $this->addSection(new KerioSettings()); /** available features in ca **/ $this->addSection(new ClientAreaFeatures()); $this->loadDataToForm(); } }