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