WP Contact 7 Form HELP

crosscheck

Regular Member
Joined
Aug 12, 2010
Messages
424
Reaction score
231
Anyone familiar with changing the Layout of the Contact form? I need to lay it out horizontally rather than the default which is vert.

Thanks
 
just use tables

HTML:
<table border="0">
<tr>
<td>Resort/Sales Center Name:</td>
<td>[text ResortSalesCenterName:]</td>
</tr>

<tr>
<td>Your Name:</td>
<td>[text* YourName:]</td>
</tr>

<tr>
<td>Title:</td>
<td>[text Title:]</td>
</tr>
</table>
 
Last edited:
Back
Top