I am using the latest version of Contour. I would like to send an email when the user clicks the submit button once they have finished filling in the form and send the contents they entered to an email address i would register it with.
Im new with Contour and Umbraco so could someone please provide me with some step by step instructions on how to do this?
And you'll also need to fetch the email address that is submitted with the form as 1 of the settings on the workflow, check http://our.umbraco.org/FileDownload?id=2921 for the syntax you can use
Thanks - i added a workflow - within this workflow i added to the step "When the form has been submitted" however i would like to send the email to the email address that the user types in (as in their email address) on the form they fill in, just to confirm we have their email has been received?
So in Visual Studio i create a class and implement Umbraco.Forms.Core.WorkflowType, which gives me Execute and Validate methods to write code against - but not sure how to get the value of the email address and then send an email?
How to send email
I am using the latest version of Contour. I would like to send an email when the user clicks the submit button once they have finished filling in the form and send the contents they entered to an email address i would register it with.
Im new with Contour and Umbraco so could someone please provide me with some step by step instructions on how to do this?
Thanks
Comment author was deleted
Hey,
You'll have to add a new workflow check http://our.umbraco.org/projects/umbraco-pro/contour/documentation for how to do that
And you'll also need to fetch the email address that is submitted with the form as 1 of the settings on the workflow, check http://our.umbraco.org/FileDownload?id=2921 for the syntax you can use
Thanks - i added a workflow - within this workflow i added to the step "When the form has been submitted" however i would like to send the email to the email address that the user types in (as in their email address) on the form they fill in, just to confirm we have their email has been received?
So in Visual Studio i create a class and implement Umbraco.Forms.Core.WorkflowType, which gives me Execute and Validate methods to write code against - but not sure how to get the value of the email address and then send an email?
This is the area i need some assistance on.
Thanks
is working on a reply...