I’m trying to pull custom fields from the logged_in user’s profile. No custom fields seem to work, but the standard fields do.
{if logged_in}
{exp:member:custom_profile_data}
{test_field}
{member_id}
{/exp:member:custom_profile_data}
{if:else}
not logged in
{/if}The above code renders out a ‘2’—my member_id, but not my custom field (field name is a direct copy/paste, no typo here). Not sure what I’m missing here.
(Dev box is running v2.1.0; will upgrade soon)