Portal Engine
Version 3.x > Portal Engine > Automatically include userID into bizform... View modes: 
User avatar
Member
Member
SocuteRaptor-gmail - 11/17/2008 3:47:51 AM
   
Automatically include userID into bizform...
I created a bizform that only registered user can use it...
How can I created a field that uneditable and will have the value which is the userID who submit it?
Thanks...

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/17/2008 8:16:03 AM
   
RE:Automatically include userID into bizform...
Hi,

You will need to create custom form control with the text box and set the default value for this text box with the user ID which you can get from the CurrentUser property in the code behind of this control (http://www.kentico.com/docs/devguide/developing_form_controls.htm).

Best Regards,
Juraj Ondrus