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 418 posts 1015 karma points
    May 04, 2011 @ 10:58
    Peter Cort Larsen
    0

    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"?

Please Sign in or register to post replies

Write your reply to:

Draft