Sending email to certain email address dependent on selection in form
HI All,
I've got a form generated from contour but my client wants an email to be sent to a specific email address dependent on the checkbox in the form is selected.
The best I could come up with was to send an XSLT transformed email. I have the Contour form workflow set to email my own email address, then within the XSLT send an extra email based upon a field value.
The below code would work for sending an email based on what was selected from a Dropdown List called 'Super Dropdown List'
Sending email to certain email address dependent on selection in form
HI All,
I've got a form generated from contour but my client wants an email to be sent to a specific email address dependent on the checkbox in the form is selected.
Does anyone know how this could be achieved?
Thanks
Tom
Tom,
You on skype i did something simliar very recently
Regards
Ismail
Hi Ismail
Yep, I'm on skype (now :)). user tom.maton1980
Cheers
Tom
Hi guys,
Having the same issue. Could you point me in the right direction.
Much appreciated.
Greg
Hi guys
Would be nice if the solution could be shared in here so others could benefit.
/Jan
Hi again,
The best I could come up with was to send an XSLT transformed email. I have the Contour form workflow set to email my own email address, then within the XSLT send an extra email based upon a field value.
The below code would work for sending an email based on what was selected from a Dropdown List called 'Super Dropdown List'
Hope this helps anyone that has run into this problem.
Greg
Hi,
I'll try and get something up in the Wiki by the end of the day of what I've done thanks to Ismail's help
Thanks
Tom
Hi All,
I've added to the wiki - Extending Contour, sending email dependent on form selection
Hope this helps in what you are trying to achieve.
Tom
That wiki is no longer available; here is the archived page:
https://web.archive.org/web/20150426085820/http://our.umbraco.org/wiki/how-tos/extending-contour,-sending-email-dependent-on-form-selection
Better yet, this may be the solution: https://github.com/a2wd/UmbracoForms.ConditionalWorkflows
is working on a reply...