Send form to email depending on drop down selection
I'm in need of a form with basic information that will send to different emails depending on the drop down selection. I've reviewed the developer doc and other forum posts (http://our.umbraco.org/forum/umbraco-pro/contour/15723-Sending-email-to-certain-email-address-dependent-on-selection-in-form, http://our.umbraco.org/forum/umbraco-pro/contour/23246-XSLT-transformed-email-umbracolibrarySendEmail-custom-From-address, etc) but still unable to get this working. Can someone please document step by step process of what is needed? Do I need to use the prevalue sources? The drop down list should be a list of names, which have been assigned to appropiate emails in the backend.
Send form to email depending on drop down selection
I'm in need of a form with basic information that will send to different emails depending on the drop down selection. I've reviewed the developer doc and other forum posts (http://our.umbraco.org/forum/umbraco-pro/contour/15723-Sending-email-to-certain-email-address-dependent-on-selection-in-form, http://our.umbraco.org/forum/umbraco-pro/contour/23246-XSLT-transformed-email-umbracolibrarySendEmail-custom-From-address, etc) but still unable to get this working. Can someone please document step by step process of what is needed? Do I need to use the prevalue sources? The drop down list should be a list of names, which have been assigned to appropiate emails in the backend.
Please help. Thanks in advance.
Comment author was deleted
Hey Chris,
The example in the wiki is pretty detailed http://our.umbraco.org/wiki/how-tos/extending-contour,-sending-email-dependent-on-form-selection but in your case if you want to bind it to content nodes you'll need to setup a prevalue source, bind that to the dropdown and then make some changes to the code in the wiki entry
The faster option would be to simply setup the values in the form editor and use the xslt transformed emai workflow with the snippet provided in this post: http://our.umbraco.org/forum/umbraco-pro/contour/15723-Sending-email-to-certain-email-address-dependent-on-selection-in-form
is working on a reply...