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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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 :
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
is working on a reply...