Hi there,
Is there a way to get the email content to display the label at the top instead of on the left.
For example, it looks like this:
First Name: First name test
Last Name: Last name test
I would prefer it like this:
First Name: First name test
Last Name: Last name test
Thanks!
Hi
You can remove the default Email content and use your own HTML code, use {data:field_name} to get the value of any field, so your content can be:
<div style="font-weight:bold;">First name:</div>
<div>{data:first_name}</div>
and so on for the rest of fields
You need to login to be able to post a reply.