Hi, I’ve added some custom profile fields and I want to display them when viewing a members profile.
I added:
sp_CustomProfileFieldsDisplay('Characters', $spProfileUser->user_id);
But this only displays the output from the field and not the label, how can I retrieve the label as well?