Submit button not working in IE

So the submit button is not displaying in IE. Works in Firefox, Chrome, etc. I can’t seem to figure out why it isn’t working. Any help is much apprecaited!

http://roundsound.com/product-registration.php

The submit button contains name=“submit” wshich overwrites the submit function with ga reference to the submit button making it impossible to submit the form. Delete that reference to fix the problem.

Thx. This is using a form builder…MachForm. Don’t think I have the ability to change that…unless you know of a way.

I think its because of CSS -
In Form LI take out the padding-top:4px
and .buttons take out margin-top:10px .

You will be able see the submit button then.