I want to send a thank you email to users who fill out my Contour form in multiple languages. Dictionary items work fine as field lables in the form (eg. #First Name), but they do NOT appear to work inside Workflows. I'm trying to do "#Thank you for contacting us", but no dice. Is this functionality available? How would I accomplish this?
I guess you could write your own WorkFlow to do this? You could use the umbraco.library method for getting dictionary items in the code for the workflow.
Workflows and Dictionary Items
Hi,
I want to send a thank you email to users who fill out my Contour form in multiple languages. Dictionary items work fine as field lables in the form (eg. #First Name), but they do NOT appear to work inside Workflows. I'm trying to do "#Thank you for contacting us", but no dice. Is this functionality available? How would I accomplish this?
Thanks,
Garrett
I guess you could write your own WorkFlow to do this? You could use the umbraco.library method for getting dictionary items in the code for the workflow.
If you look on the projects bit, the source for the workflows is available (http://our.umbraco.org/projects/umbraco-contour-shared-source), you could tweak the send as email workflow to suit your needs pretty easily I reckon.
Hope that's helps!
is working on a reply...