Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Chris 1 post 21 karma points
    Aug 07, 2012 @ 18:45
    Chris
    0

    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.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 08, 2012 @ 13:44
    Tim Geyssens
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies