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 581 posts 1385 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 4499 posts 18254 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

Please Sign in or register to post replies

Write your reply to:

Draft