Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 547 posts 1287 karma points
    Nov 26, 2016 @ 22:12
    Sebastian Dammark
    0

    How to set hidden field value to the id of the current logged in member ?

    How to set hidden field value to the id of the current logged in member ?

  • Dennis Aaen 4457 posts 17970 karma points admin hq c-trib
    Nov 27, 2016 @ 15:28
    Dennis Aaen
    101

    Hi Sebastian,

    What you can do is using {member.id} in the default value of the hidden field, this should give you the id of the current logged in member.

     Id
        {member.id}
     Login name
        {member.loginname}
     Email
        {member.email}
    

    Hope this helps, and solve your case.

    /Dennis

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies