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