completelydeck Posted April 21, 2009 Report Posted April 21, 2009 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 Quote
Administrators Nabeel Posted April 21, 2009 Administrators Report Posted April 21, 2009 What does the form tag have? Quote
completelydeck Posted April 21, 2009 Author Report Posted April 21, 2009 <form method="post" action="<?php echo SITE_URL?>/index.php/Registration"> Quote
Administrators Nabeel Posted April 22, 2009 Administrators Report Posted April 22, 2009 First question is - does it work with the default template? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.