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.
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!
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
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
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
is working on a reply...