Hi,
I've successfully used the
Code:
CBuser::getInstance( $id );
call to get user data itself.
What I need to get now is a list of all fields which are editable by the user in their profile. I'd like to get the field names (as they are displayed to the user) and get the associated values from the user object (shown above).
Any help would be greatfully appreciated.
Thanks