Hi all,
I am trying to output custom fields from the Member Module into a standard EE template.
From this thread: http://ellislab.com/forums/viewthread/122889/
I thought I could use th following code, but it doesn’t seem to be working (The screen name appears, but not the custom field).
{if logged_in}
{exp:member:custom_profile_data}
{screen_name}, {m_field_id 3}
{/exp:member:custom_profile_data}
{/if}Thank you
Simon 😊