//get the activate plugin field $tpcActivatePluginField = $form->get('tpc_activate_plugin');
//get the existing site field $siteField = $form->get('tpc_existing_site_name'); $existingSiteOptions = $siteField->getValueOptions(); $existingSiteOptions[$this->translate('tr_melistemplatingplugincreator_tpc_existing_site_name_none')] = $this->translate('tr_melistemplatingplugincreator_tpc_existing_site_name_none');
//display the site dropdown if chosen destination is New Module to select which site the plugin is activated if ($this->data['pluginDestination'] == 'new_module') {