Umbraco Contour form answers formatting email
When a user fills out an Umbraco Contour Form, the form is submitted to my email address. Is there a way to format the answers using Umbraco, so they can be easily added to client's CRM?
1.) Here is the current format in which answers are received:
First Name:
John
Email:
johnsmith@email.com
Message:
Thanks for your help
2.) This is what I need it to output via email:
>>>FirstName=John<<<
>>>Email=johnsmith@email.com<<<
>>>Message= Thanks for your help<<<
Any advice would be really helpful, thank you!