Internet Explorer form bug

Nabeel,

I’m sorry to be making so many threads here, but it seems that anyone who uses Internet Explorer on our site has the same bug that I can’t figure out.  If a user submits a form (say an application) it redirects to the login page, without submitting anything.  For Firefox, it just reloads the same page, without submitting anything.  I think it’s because of this:

Header:

<input type="submit" name="submit" value="Log In" />

Registration page:

<input type="submit" name="submit" value="Register!" />

So, there are two forms with the same values, I think.  How would I fix this? 

-Josh

What does the form tag have?

<form method="post" action="<?php echo SITE_URL?>/index.php/Registration">

First question is - does it work with the default template?