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
Hello,
I tried to setup a email response to the user who has submitted the form.
This works but if i place for example
the IP {record.ip} has send the following details in the message field it also send the complete form content.
How can i handle contour to just send the message i have put in the Message box?
It should not include the complete form content
Comment author was deleted
Hi,
Well then you'll need to use the xslt transformed email workflow type, there you will have complete control over what you want in the email.
ok i want to get the Name field inside my new XSLT but it alwas displays something like:
Hello b885df92-5232-4dc7-b4c8-e1951d8174cc6b8918e3-a705-40e4-a066-86cd6fb40fe8NameStringMaxMustermann
But it should display:
Hello Max Mustermann,
I used this XSLT statement:
Hello <xsl:value-of select="$records//fields/child::* [caption = 'Name']"/>
try adding //value
ok now it works
There's also a third party Send Razor Transformed Email Contour Workflow, that might be easier if you aren't that familiar with xslt
http://our.umbraco.org/projects/backoffice-extensions/send-razor-transformed-email-contour-workflow
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Dont send complete form to {email}
Hello,
I tried to setup a email response to the user who has submitted the form.
This works but if i place for example
the IP {record.ip} has send the following details in the message field it also send the complete form content.
How can i handle contour to just send the message i have put in the Message box?
It should not include the complete form content
Comment author was deleted
Hi,
Well then you'll need to use the xslt transformed email workflow type, there you will have complete control over what you want in the email.
ok i want to get the Name field inside my new XSLT but it alwas displays something like:
Hello b885df92-5232-4dc7-b4c8-e1951d8174cc6b8918e3-a705-40e4-a066-86cd6fb40fe8NameStringMaxMustermann
But it should display:
Hello Max Mustermann,
I used this XSLT statement:
Hello <xsl:value-of select="$records//fields/child::* [caption = 'Name']"/>
Comment author was deleted
try adding //value
ok now it works
Comment author was deleted
There's also a third party Send Razor Transformed Email Contour Workflow, that might be easier if you aren't that familiar with xslt
http://our.umbraco.org/projects/backoffice-extensions/send-razor-transformed-email-contour-workflow
is working on a reply...