I have a form which the user fills in, including their email address.
How could i
A. Set Contour to send an email to them with the details they entered in the form but using my text
Example, they fill a form that collects their name, email. When they submit the form they would receive an email to the address the user entered with the template being:
Hello NameFilledOnContour
We have you email registered as EmailFilledInContour.
Thanks
B. How could i include an image in this email (and where can i find the file to modify)?
This should only effect the email template for one form and not future/previous ones
A. You can set Contour to send an email to them with the details they entered in the form you need to use this syntax, so if your email fields has a name of email, then the syntax will be {email}
B: What you need to do here, is to choose the Send xslt transformed email, as the workflow. Then you need to modify the XSLT file that you will find here in your Umbraco installation.
How to modify email template in version 3.0.17
Umbraco 6 - Contour version 3.0.17.
I have a form which the user fills in, including their email address.
How could i
A. Set Contour to send an email to them with the details they entered in the form but using my text
Example, they fill a form that collects their name, email. When they submit the form they would receive an email to the address the user entered with the template being:
Hello NameFilledOnContour We have you email registered as EmailFilledInContour. Thanks
B. How could i include an image in this email (and where can i find the file to modify)?
This should only effect the email template for one form and not future/previous ones
Hi J,
A. You can set Contour to send an email to them with the details they entered in the form you need to use this syntax, so if your email fields has a name of email, then the syntax will be {email}
https://our.umbraco.org/projects/umbraco-pro/contour/documentation/Editor/Attaching-Workflows/ you can find more information on page 19 in this pdf
https://our.umbraco.org/FileDownload?id=1222
B: What you need to do here, is to choose the Send xslt transformed email, as the workflow. Then you need to modify the XSLT file that you will find here in your Umbraco installation.
/Umbraco/plugins/umbracoContour/xslt/sendXsltEmailSample.xslt.
Hope this helps,
/Dennis
is working on a reply...