Copied to clipboard

Flag this post as spam?

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


  • Fuji Kusaka 2203 posts 4220 karma points
    Dec 19, 2012 @ 17:48
    Fuji Kusaka
    0

    Get value from dropDown list to workflow

    Hi,

    Is it possible to have a drop down list in contour where i have a list of email addresse and from there the user has the choice of who to send the email to ?

    Lets say i choose a value from the drop down list, the value is then bein pulled from the workflows send email. 

    //fuji

  • Comment author was deleted

    Dec 20, 2012 @ 14:15

    Hey,

    There is a wiki entry here http://our.umbraco.org/wiki/how-tos/extending-contour,-sending-email-dependent-on-form-selection

    You can also do it in the send xslt transformed email workflow, check for the value of the field and then use an umbraco.library.sendmail call

    Or if you use code first it might even be easier since you can just write a little selection in the submit method

  • Fuji Kusaka 2203 posts 4220 karma points
    Dec 20, 2012 @ 20:18
    Fuji Kusaka
    0

    Got this working. Instead created some value in the db then make the conection with the prevalue source. 

    I just have to get the value {value} from the design view in the workflow so that when user enters form the mail get to the right department according to the choice made by user!

    //fuji

Please Sign in or register to post replies

Write your reply to:

Draft