II'm using Contour 3.0.1 for sending mails whithin a site. Now I'm already very happy with the possibility to customize each form with Razor.
But for 1 form I have to customize the e-mail template wich will be send when you click on the submit button. It has an hidden value (id) which I need to get a specific object and add that object to the mail.
Is there a way to customize these mail templates per form?
Changing default mail templates per form
Hello,
II'm using Contour 3.0.1 for sending mails whithin a site. Now I'm already very happy with the possibility to customize each form with Razor.
But for 1 form I have to customize the e-mail template wich will be send when you click on the submit button. It has an hidden value (id) which I need to get a specific object and add that object to the mail.
Is there a way to customize these mail templates per form?
Thanks in advance!
Grtz Sander
Comment author was deleted
Hi Sander,
A custom workflow would be what you need here, to get started you can take a look at the current workflow sourcecode and adjust it to your needs http://our.umbraco.org/projects/developer-tools/umbraco-contour-shared-source, contour contrib also has some great examples http://contourcontrib.codeplex.com/
is working on a reply...