I have a product search form that gives you results based on your search criteria. When you get results you get a simple contour form. What I am looking todo is when the form is submitted they get an email and in that email they will have what they selected as search criteria and the results.
Contour send email to form submitter
Guys,
I have a product search form that gives you results based on your search criteria. When you get results you get a simple contour form. What I am looking todo is when the form is submitted they get an email and in that email they will have what they selected as search criteria and the results.
So I guess I need to write my own work flow bit like http://our.umbraco.org/forum/umbraco-pro/contour/6201-Sending-custom-emails-with-contour---howto and in my workflow for email field set the value {record.email}
Ideally I dont want to do xslt so can it be done in razor if so how?
Regards
Ismail
In answer to my own question I just used http://our.umbraco.org/projects/backoffice-extensions/send-razor-transformed-email-contour-workflow works a treat.
is working on a reply...