Go to Form Settings > Notifications and either select an existing notification or create a new one. Click 'Edit' and in the message area switch over to 'Text' view and add the following code:
<table width="99%" cellspacing="0" cellpadding="1" border="0" bgcolor="#EAEAEA"><tbody><tr><td>
<table width="100%" cellspacing="0" cellpadding="5" border="0" bgcolor="#FFFFFF">
<tbody>
<tr bgcolor="#EAF2FA">
<td colspan="2">
<font style="font-family:sans-serif;font-size:12px"><strong>NAME OF FIELD</strong></font>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="20"> </td>
<td>
<font style="font-family:sans-serif;font-size:12px">VALUE</font>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
The switch back to 'Visual' view and change 'NAME OF FIELD' to whatever you want the field to be called in the email and change 'VALUE' to your desired 'Merge Tag' using the right hand drop down menu. If you need to add another value, simply copy all the code between the second <tbody></tbody> tags (ie. lines 4 - 14) and replicate the process.
This is a down and dirty approach, but is should garner the same results.
Posted 11 years ago on Thursday May 2, 2013 |
Permalink