Hej guys,
I have a yet another user form here. I am using Extranet module, Create new user dialog.
So user is Not authenticated yet. User fills in form data like e-mail, telephone, adress - all those standard fields they are persisting.
But I also made some custom fields, and I can't avoid them, that must persist in simmilar way.
For example, if you make a user validation error (that apears after post attempt), all fields will persist, but those that are custom would not.
Example of how I am using one of those fields:
<!--@LoopStart(UserManagement:User.CustomFields)--> <!--@If(CustomField.SystemName='AccessUser_DateOfBirth')--> <!--@CustomField.Control--> <!--@EndIf--> <!--@LoopEnd(UserManagement:User.CustomFields)-->
Any suggestions, how can I keep the values in those fields after post?
Kind regards,
Dmitrij