In the webform-mail.tpl.php template, it outputs the main form data using:
[submission:values]
I am using the html format (using mime-mail) and this outputs to the email html in the form:
<div><label>Name</label>Name value</div>
Is there a way I can customise the output so that it doesn’t use the label field and uses a <p>
tag instead?
The problem with the <label>
tag is that I cannot style it in Microsoft Outlook as it ignores all styling for this tag, and the email is quite difficult to read/understand.