Name, $this->Title); } public function getValueFromData($data) { if(isset($data[$this->Name])) { $source = $this->getFormField()->getSource(); return $source[$data[$this->Name]]; } } public function getIcon() { return 'userforms/images/editabledropdown.png'; } }