I'm trying to add this html into the sidebar of my wordpress site:
www.chrisgoegan.wordpress.com and it's not working. When I revisit the html in the widget, everything outside the table has been cleared. Any ideas on how to get this to work?
Thanks!
Naomi
<form action="https://chrisgoegan.infusionsoft.com/AddForms/processForm.jsp" method='POST'>
<input id="formid" name="formid" value="19" type="hidden" />
<input id="type" name="type" value="CustomFormWeb" type="hidden" />
<table>
<tr><td colspan=99><p><font size="2">Get Chris' award-winning weekly ezine "Engineered Marketing and Iron Mindset" and discover...
simple and powerful ways to achieving more business, more profit and more time off!</font></p></td></tr>
<tr><td colspan=99 style="padding:4px;background-color:#000000;color:#FFFFFF">Contact Information</td></tr>
<tr><td>First Name *</td><td><input type='text' name='Contact0FirstName' value=''></td></tr>
<tr><td>Last Name</td><td><input type='text' name='Contact0LastName' value=''></td></tr>
<tr><td>Email *</td><td><input type='text' name='Contact0Email' value=''></td></tr>
<tr><td colspan=2><input id="Submit" name="Submit" type="submit" value="Click Here to Continue" class="button np inf-button" /></td></tr>
<tr><td colspan=99><p style="text-align: center;">
We promise to never rent, trade, or sell your information, ever.</p></td></tr>
</table>
</form>