Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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>
Is the code inside the div id="PliableForm"?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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>
Is the code inside the div id="PliableForm"?
is working on a reply...