I've got the latest version of Gravity working, however there's one problem I haven't solved. In my e-mail notifications, there's a bit of whitespace before any data shows up. (seen here)
Here's the code I have in my notification section, if that helps.
<table cellpadding="4" cellspacing="0">
<tr><td width="100%" COLSPAN="2"><strong>a form has been submitted on {date_mdy} via {embed_url} [{ip}]</strong></td></tr>
<tr><td width="10%"><strong>Name:</strong></td>
<td width="90%">{Name:1}</td></tr>
<tr><td width="20%"><strong>Email:</strong></td>
<td width="80%">{Email:3}</td></tr>
<tr><td width="20%"><strong>Website:</strong></td>
<td width="80%">{Website:4}</td></tr>
<tr><td width="20%"><strong>Subject:</strong></td>
<td width="80%">{Subject:5}</td></tr>
<tr><td width="20%"><strong>Message:</strong></td>
<td width="80%">{Message:6}</td></tr>
</table>