I have a receipt page that the user is redirected to after form submisson. On this page I show a macro that summarise the form.
The gist of the macro is pretty much like this:
http://our.umbraco.org/forum/umbraco-pro/contour/32623-Sort-and-iterate-through-form-fields-with-Razor
I would like to tell the user "you will soon receive an email" if a workflow exists, that sends an email to the submitter, on the page.
How is this feasable?
I have searched a lot on the internets and can only see how I create my own workflow, not how I access workflows by code...