Using the Extranet Module users profile edit form (Edit_Profile.cshtml) if we allow the logged-in User to update their zip code we do this:
<input type="text" name="UserManagement_Form_Zip" id="UserManagement_Form_Zip" value="@GetString("UserManagement:User.Zip")" placeholder="Enter your PostCode" />
So to update a custom field why does this not work?
<input type="text" id="UserManagement_Form_CustomFields.AccessUser_InterestOptions" name="UserManagement_Form_CustomFields.AccessUser_InterestOptions" value="@GetString("UserManagement:User.CustomFields.AccessUser_InterestOptions")" />
I dont see any documentation about updating/creating custom fields' values in Extranet Module Templates.
Can anyone shed some light or a pointer?
Rgds Kevin