Hello, I am trying to echo the country value by the name of the user in the profile header.
I am putting this <?php echo $user->getFieldData('COUNTRY'); ?>
But I only get the ES, I would like to get the word of the country, ie. Spain
I cannot figure out how to echo this.
I am putting this <?php echo $user->getFieldData('COUNTRY'); ?>
But I only get the ES, I would like to get the word of the country, ie. Spain
I cannot figure out how to echo this.