Hi all,
I’m migrating an intranet from 1.6.6 to 2.4.0.
On the intranet, a custom member profile page is accessible via regular templates. Several custom meber fields are used.
The 1.6 code goes something like this. “Department” ({department}) is a custom member field.
{exp:user:edit member_id="{member_id}"}
Department:
<select name="department">
{select_department}
<option value="{value}" {selected}>{value}</option>
{/select_department}
</select>
{/exp:user:edit}For the life of me, in the User Guide I cannot find how to do this in 2.4.0. By now, of course I am using
{exp:member:custom_profile_data}...{/exp:member:custom_profile_data}Can anybody point me to some documentation on this?
Thanks!… Nico
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.