Hi,
Is it possible to style the e-mail which is sent to the administrator of the form with all the user input?
Because at this moment the admin e-mail looks like this:
<table>
<tr bgcolor="#EAF2FA">
<td colspan="2">FIELD LABEL (e.g. "name")</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"> </td>
<td>USER INPUT (e.g. "John")</td>
</tr>
</table>
But I would like to show the label + user input on one table row. I've found the code in the common.php, but is is save to change something in that code?
Thanks