I finally got it working and if you dont mind i'll just add my code down here for others if ever you guys have the same demand as per my clients request.
So basically the client wanted on Submit the User will be redirected to the Confirmation page but will also get an email confirmation with the Gender, Name and Surname as per the input.
<xsl:paramname="records"/>
<xsl:templatematch="/"> <p> Dear <xsl:value-ofselect="$records//fields/child::* [caption = 'Gender']//value"/> <xsl:value-ofselect="$records//fields/child::* [caption = 'First Name']//value"/> <xsl:value-ofselect="$records//fields/child::* [caption = 'Last Name']//value"/>, thank you for your application......... </p> </xsl:template>
I've basically resolved it, but there is something that is preventing depending what you type in the dictionary item.
this was what my initial problem was but manage to solve it in a way, but when ever you add the word "to" in a dictionary item, the xslt email through contour does not send. So cant understand why thats not working.
Send xslt transformed email: Here is my xslt email template
Hi - This is just a share of my xslt email template when using the workflow "Send xslt transformed email".
Some simple table layout and it handles file uploads, fields with more than one input and replaces linebreakes with <br />
Hi Christian
Thanks for sharing this - sure will come in handy. Perhaps it should also be created in the wiki? Don't know, which one is easier to find on a search.
/Jan
Hi Christian,
Can you explain to me how do i get only 2 specific fields instead of displaying all?
Hi Christian,
I finally got it working and if you dont mind i'll just add my code down here for others if ever you guys have the same demand as per my clients request.
So basically the client wanted on Submit the User will be redirected to the Confirmation page but will also get an email confirmation with the Gender, Name and Surname as per the input.
//Fuji
Hi Christian,
Is it possible to add an attachment(pdf) to a confirmation-mail without the use of an uploadfield?
Hi!
Thank you for the template!
Very useful.
I have some checkboxes and in the email the value will be "True" or "False". Ive tried to replace the text but dont really get it right.
is there an easy way to do this?
Hi Froad,
Am not sure if you can change the outcome "True" or "False".
Im having the same issue..
Hi Paul
What is your issue? Does the email not get send or what is it exactly that you can't get to work? And do you receive any kind of error message?
/Jan
I've basically resolved it, but there is something that is preventing depending what you type in the dictionary item.
this was what my initial problem was but manage to solve it in a way, but when ever you add the word "to" in a dictionary item, the xslt email through contour does not send. So cant understand why thats not working.
http://our.umbraco.org/forum/umbraco-pro/contour/27462-XSLT-Single-Checkbox
is working on a reply...