Copied to clipboard

Flag this post as spam?

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


  • Peter Cort Larsen 421 posts 1038 karma points
    May 04, 2011 @ 10:58
    Peter Cort Larsen
    0

    GetCurrentMember

    I want to pass info on the current loggedin member in the email, thats mailed to the form reciever.
    I tried adding the code below, which gives me the needed info. But i cant get it thru to the email.
    Can you help?

     

    <xsl:if test="umbraco.library:IsLoggedOn()">
    <input type="hidden" name="Email" value="{umbraco.library:GetCurrentMember()/@email}"/>
    <input type="hidden" name="Navn" value="{umbraco.library:GetCurrentMember()/navnMember}"/>
    <input type="hidden" name="Medlemsnummer" value="{umbraco.library:GetCurrentMember()/MedlemsnummerMember}"/>
    </xsl:if>

  • Jon Cuthbert 84 posts 173 karma points
    May 06, 2011 @ 22:47
    Jon Cuthbert
    0

    Is the code inside the div id="PliableForm"?

  • 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