Defaulting logged username and current timestamp in forms

Hi @rmunian,

You can use the approach described here:

For current date you can use new Date() client-side and DateTime.Now() server-side.

Best Regards,
Vladimir

1 Like