Hi there
I’m a happily using the User module (version 1.3.2), but am having problems showing a user’s details. Take the example below, and before anyone asks, the options are ‘Male’ and ‘Female’ and not ‘Thanks’ and ‘No thanks!’.
<select name="user_sex">
{select_user_sex}
<option value="{value}">{value}</option>
{/select_user_sex}
</select>
How do I get this to show what a user has previously selected?
Thanks in advance,
Jim
