You should be able to set this up using workflows.
When you have created a form, you can expand it and there you will find a node called "Workflows". Click on the "Add workflow" button on the "When the form has been Submitted" event.
Here you can write a name for the workflow and then choose the type of workflow you wish to define. From the dropdown you can choose "Send Email" and you should now be able to define the topic, receiver etc.
Be aware that you need to have an e-mail address setup in the umbracoSettings.config file, which is the e-mail sender.
Choosing the recipient
I have created a form and would like the user to be able to choose who will receive it.
That is, the form may go to Complaints, Enquiries or Info (chosen from a dropdown).
How can this be achieved using Contour?
Hi Bill
You should be able to set this up using workflows.
When you have created a form, you can expand it and there you will find a node called "Workflows". Click on the "Add workflow" button on the "When the form has been Submitted" event.
Here you can write a name for the workflow and then choose the type of workflow you wish to define. From the dropdown you can choose "Send Email" and you should now be able to define the topic, receiver etc.
Be aware that you need to have an e-mail address setup in the umbracoSettings.config file, which is the e-mail sender.
Hope this makes sense.
/Jan
is working on a reply...