Hello, I have a form that I'm trying to use on one of my sites and it's not working on Safari, Firefox or IE but it works on Chrome. I've tried everything and I'm at a loss. Here is the code: <form accept-charset="UTF-8" action="https://ebizmastery.infusionsoft.com/app/form/process/27ec4ead735b1fcdd303c850a76d83bd" method="POST" name="YourTube Free Content" style="height:100%; margin:0" target=""> <input name="inf_form_xid" type="hidden" value="27ec4ead735b1fcdd303c850a76d83bd" /> <input name="inf_form_name" type="hidden" value="YourTube Free Content" /> <input name="infusionsoft_version" type="hidden" value="1.22.9.37" /> <table border="0" width="734" style="margin-top: -1px;"> <tr> <td> </td> <td> </td> <td align="right" width="150" bgcolor="#B2C0CD"> <input class="infusion-field-input" id="inf_field_FirstName" name="inf_field_FirstName" type="text" style="font-face: arial; width: 232px; height: 20px; color: #014973; text-align: center; font-size: 12px; font-style: italic; font-weight: normal;" onclick="this.value='';" value="Enter First Name Here *"/></td> </tr> <tr> <td> </td> <td> </td> <td bgcolor="#B2C0CD"> <input class="infusion-field-input" id="inf_field_Email" name="inf_field_Email" type="text" style="font-face: arial; width: 232px; height: 20px; color: #014973; text-align: center; font-size: 12px; font-style: italic; font-weight: normal;" onclick="this.value='';" value="Enter Valid Email Here *" /></td> </tr> <tr> <td> </td> <td> </td> <td align="center" bgcolor="#B2C0CD"> <input style="width: 100%;" type="image" name="Submit" id="Submit" src="http://www.ebizmastery.com/wp-content/uploads/2011/06/6-29-2011-6-43-31-PM.png" value="Get Instant Access" /></td> </tr> </table> </form> HTML: Any ideas?