Is it possible and if so how would I be able to include the form data in the email sent after submission. Alternatively if it's possible (and preferable) to view the form submission on the site, Entries only shows the data in a CSV format. Which it says in the docs is for exporting, but being able to view it on the site would be nice too.
Comments
For the CSV download alternative, the challenge there is that even though it's likely that the form fields won't change, it is possible, which means that the data could be completely different between rows and therefore makes it difficult to show consistently in a table format.