Copied to clipboard

Flag this post as spam?

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


  • Bobby Perez 13 posts 33 karma points
    Mar 07, 2012 @ 03:09
    Bobby Perez
    0

    Images are not showing up on the email

    Hi,

    I need a hand on sending custom email templates on contour.

    Following the code here to create a custom workflow in contour, I manage to set up a filed where on submit, email sends information from the page.

    I tested the workflow on a page with an image, but the image didn't show up on the email. 

    The image is inside the rich text editor.

    Here's my xslt code for the email (that's going out) at the moment : 

    <xsl:param name="currentPage"/>
    
    
        <xsl:template match="/">
    
            <h1>
                <xsl:value-of select="$currentPage/pageHeading"/>
            </h1>
    
            <xsl:value-of select="$currentPage/bodyText" disable-output-escaping="yes"/>
    
    </xsl:template>

    bodyText is my alias for the body text.

    Another question is how can I get the exact url of the page where I got the information from?

    Thanks in advance

Please Sign in or register to post replies

Write your reply to:

Draft