Hi mstchirs, the plugin is creating havoc, I cannot seem to get it to work properly. same problem as above with everyone else. Can you please help us?
Hey people,
I figured it out, I edited the CSS with a new CLASS
class:sidebarInput
SO my form looks like this
<table width=”230″ border=”0″ cellspacing=”0″ cellpadding=”1″>
<tr>
<td>Your Name (required)</td>
</tr>
<tr>
<td>[text* your-name class:sidebarInput]</td>
</tr>
<tr>
<td>Your Email (required)</td>
</tr>
<tr>
<td>[email* your-email class:sidebarInput] </td>
</tr>
<tr>
<td>Subject</td>
</tr>
<tr>
<td> [text your-subject class:sidebarInput]</td>
</tr>
<tr>
<td>Your Message</td>
</tr>
<tr>
<td>[textarea your-message class:sidebarInput]</td>
</tr>
<tr>
<td>Attach Files</td>
</tr>
<tr>
<td>[file file-899 class:sidebarInput] </td>
</tr>
<tr>
<td>[submit “Send”] </td>
</tr>
</table>
check it out at http://www.gaydesi.co.za