I am working on a new Contour form, the customer would like to have the subject of the email send by the workflow, to contain the value of one of the form fields.
Is that possible directly from the workflow editor, or do i need to handle it in a c# event?
You should be able to do this using the bracket syntax to reference the field. For example if you want to set the subject of the email to the value of the "Your Name" field, you should be able to enter {yourname} in the workflow settings.
See page 19 of the Contour Developer Docs from the Project Page for more info
Dynamic email subject
Hi there
I am working on a new Contour form, the customer would like to have the subject of the email send by the workflow, to contain the value of one of the form fields.
Is that possible directly from the workflow editor, or do i need to handle it in a c# event?
You should be able to do this using the bracket syntax to reference the field. For example if you want to set the subject of the email to the value of the "Your Name" field, you should be able to enter {yourname} in the workflow settings.
See page 19 of the Contour Developer Docs from the Project Page for more info
-Tom
Hello Tom
Thanks a lot, i forgot that i could use the {}'s it works very well.
Thanks a lot.
/Søren
is working on a reply...