I've created a new custom form in Liferay DXP EE. I would also like to modify and create a custom formatting for how the email is sent. The current email displays the for label then has a line break and then shows the enter value below it like so:
• Form Label 1
Form value 1
• Form Label 2
Form value 2
I would like it to display as follows:
• Form Label 1: Form value 1 • Form Label 2: Form value 2
I would like the form results to display 2 form labels and values per line.
Is it possible to change the formatting like this? What do I need to modify to do this?