This is a 2 part question regarding output message in html after submitting through a contact form.
How do I call the html template file in the email plugin 'base.html.twig'? The way I have done it is to copy and paste the content over the 'data.html.twig' and edit to my liking. This doesn't seem to be the correct way, but it works.
How to render the message to full html such as hyperlinks, line breaks, etc? Right now the message is outputted as one block of text. The hyperlink and line breaks doesn't work.
I am aware that textarea doesn't support html and only text. However, there is a php script floating around the net created for wordpress that can accomplish this in a form of a 'function _make_url_clickable_cb()'