If I pick "Send Email" from choose workflow I want to exclude certain fields from email. Is that possible? Ive been trying to find the template which is used, but I cant find it. Where can I find it/can I edit it?
My alternative is to choose "Send xslt transformed email", but then how can I attach files (from fields) to the email?
Right, so I think it's the sendXsltEmailSample.xslt that you kinda need, and copy that (think I just named it email.xslt when I did some testing way back :P)
And then you need to send it as an "Send xslt transformed email" (where you choose type for the workflow). Then you can select your custom xslt template at the bottom.
As I wrote, Ive tried that. But the problem when using "Send xslt transformed email" is that I cant attach files (from form fields) to the email. This is done automagiclly with the "Send email"-workflow
Workflow - Send email
If I pick "Send Email" from choose workflow I want to exclude certain fields from email. Is that possible? Ive been trying to find the template which is used, but I cant find it. Where can I find it/can I edit it?
My alternative is to choose "Send xslt transformed email", but then how can I attach files (from fields) to the email?
If I remember correctly, it's in the App_Plugins/UmbracoForms/Xslt/email.xslt
I personally detest xslt, but I think thats what it uses :P
Hey thanks! Unfortunately it's not there :(
Was so sure, sorry bout that :)
Right, so I think it's the sendXsltEmailSample.xslt that you kinda need, and copy that (think I just named it email.xslt when I did some testing way back :P)
And then you need to send it as an "Send xslt transformed email" (where you choose type for the workflow). Then you can select your custom xslt template at the bottom.
If thats not exactly what you want, you can have a look at this: https://our.umbraco.org/forum/umbraco-pro/contour/74864-default-work-flow-email-template
Thanks again for your help Mats!
As I wrote, Ive tried that. But the problem when using "Send xslt transformed email" is that I cant attach files (from form fields) to the email. This is done automagiclly with the "Send email"-workflow
My bad, I only read what the preview showed on Facebook :P
My guess is your only option is to create a custom workflow then. Maybe this could get you started? https://stackoverflow.com/questions/28431623/umbraco-7-2-forms-not-contour-customize-the-email-work-flow
Hi!
I've used this project: http://contourcontrib.codeplex.com/documentation
Or maybe this suits your needs: https://gist.github.com/TimGeyssens/3fffc0a4a6e457a0cd08
ok thanks! will test that!
is working on a reply...