There is a left/right label option in the form settings if you prefer the labels along side the inputs rather than above them.
http://www.gravityhelp.com/documentation/page/Form_Settings
For the notification emails, If you use the default {all_fields} merge code, that is automatically formatted and you can't change the layout. However, the notification emails support HTML so you can format them however you would like using the individual merge codes for each field.
http://www.gravityhelp.com/documentation/page/Notifications
You would end up with some custom HTML markup like this example..
<table>
<tbody>
<tr>
<td><strong>Name:</strong> {Name (First):7.3} {Name (Last):7.6}</td>
</tr>
<tr><
td><strong>Email:</strong> {Address (Street Address):8.1}{Email:6}</td>
</tr>
<tr>
<td><strong>Street Address:</strong> {Address (Street Address):8.1}</td>
</tr>
</tbody>
</table>
Posted 13 years ago on Tuesday July 12, 2011 |
Permalink