Check the Options for the plugin. There is a field to enter the Format of your Submit form. It’s supposed to install a default one, but it didn’t work for me. The example they give is:
<table>
<tr><td>Title:</td><td>%TITLE%</td></tr>
<tr><td colspan="2">example: Your Business Name</td></tr>
<tr><td>Web Address: </td><td>%URL%</td></tr>
<tr><td colspan="2">example: http://www.example.com</td></tr>
<tr><td colspan="2">Description:</td></tr>
<tr><td>Category:</td><td>%CATEGORY%</td></tr>
<tr><td colspan="2">%DESCRIPTION%</td></tr>
<tr><td>Address:</td><td>%ADDRESS1%</td></tr>
<tr><td>Address2:</td><td>%ADDRESS2%</td></tr>
<tr><td>City: </td><td>%CITY%</td></tr>
<tr><td>State: </td><td>%STATE%</td></tr>
<tr><td>Zipcode: </td><td>%ZIPCODE%</td></tr>
<tr><td>Phone: </td><td>%PHONE%</td></tr>
<tr><td>Fax: </td><td>%FAX%</td></tr>
<tr><td>Email: </td><td>%EMAIL%</td></tr>
</table>
Hope that helps!