We have recently done this for a project. Essentially, we just copied the "Email" form submission handler and modified it to send out HTML emails instead of plain text emails.
At some point, I'm thinking it would be good to point to a CSHTML file path to construct the HTML email, and the built-in "Email" handler would be a good place to do that.
If that's similar to the approach you're thinking of, I'm sure this will be built at some point; the more people are interested, the sooner it's likely to happen.
Also, let me know what you plan to do and I can write up some documentation to give you guidance on how to implement it.
HTML based email
Hey Nic,
Is it possible to modify the layout of the email? And make it html instead of plain text?
Cheers Trevor
Hi Trevor,
We have recently done this for a project. Essentially, we just copied the "Email" form submission handler and modified it to send out HTML emails instead of plain text emails.
If you'd like to submit a feature request so this is built into the core of Formulate, you can do so here: https://github.com/rhythmagency/formulate/issues
At some point, I'm thinking it would be good to point to a CSHTML file path to construct the HTML email, and the built-in "Email" handler would be a good place to do that.
If that's similar to the approach you're thinking of, I'm sure this will be built at some point; the more people are interested, the sooner it's likely to happen.
Also, let me know what you plan to do and I can write up some documentation to give you guidance on how to implement it.
is working on a reply...