I would like to be able to append the clients URLs before the very last line in the emails so that the client can just click it and DL their file directly.
Example of what I want it to have: http:///blah.com/umbraco/plugins/umbracoContour/files/48387559-22ef-4f82-8bcf-c1a157d8aaa3/blah.txt
I think that the file that is used for send out the emails, when you submiit a form in Contour is an XSLT file called sendXsltEmailSample.xslt. This file is located here: \Umbraco\Plugins\umbracoContour\xslt\sendXsltEmailSample.xslt
Editing the script that sends the emails
I would like to be able to append the clients URLs before the very last line in the emails so that the client can just click it and DL their file directly.
Example of what I want it to have:
http:///blah.com/umbraco/plugins/umbracoContour/files/48387559-22ef-4f82-8bcf-c1a157d8aaa3/blah.txt
Instead of:
/umbraco/plugins/umbracoContour/files/48387559-22ef-4f82-8bcf-c1a157d8aaa3/blah.txt
Where do I go to edit this? I assume its buried in a .config file somewhere?
Thanks in advance.
Hi rn4j0r,
I think that the file that is used for send out the emails, when you submiit a form in Contour is an XSLT file called sendXsltEmailSample.xslt. This file is located here: \Umbraco\Plugins\umbracoContour\xslt\sendXsltEmailSample.xslt
And I found some blogbost from someone that had been trying to something similar that you want try to see this http://egeek.dk/umbraco-contour-xslt-transformed-mail-link/ and is a GitHub version of the file:https://gist.github.com/PaulSorensen/7983503
Hope this helps, or at least can inspire you to find a way to do it.
/Dennis
Thank you Dennis.
I was able to use that exact .xslt file and it works oh so lovely.
Thanks!
Hi rn4j0r,
You´re welcome, great that I could help you.
/Dennis
is working on a reply...