Version: IPS 4.1.X
Hey there dear community, today Im having an issue coding a simple thing.
Im trying to get the value of a custom profile field which i created which is called Country
However, I have no idea how can I apply the Country name to get his value here. I hope you can help me.
{{if $user->member()->contentProfileFields()}}
<span class='cProfileRepScore_title'>{$user->member()->contentProfileFields}</span>
{{else}}
<p>No Country</p>
{{endif}}
Thanks for reading, regards.