Hello, I have a form submission issue. I want to be able to submit this form using the ENTER key on the keyboard or the SUBMIT button. As it is now when I use the button it works fine, but when I use the ENTER key I am sent to the failure page. It is like it is not sending the info to the handle_login.php
<form action="handle_login.php" method="GET" name="affiliate_login">
Affiliate Login:
<input name="login" type="text" size="5" maxlength="5" />
<input name="submit" type="submit" value="Go" />
</form>
If you would like you can view the issue at www.rediheat.com and the affiliate login section on the left side of the page. You can use the login name "user" and that will take you to the user test page if you use the GO button. If you type the same login code and hit the enter key it will send you to the failure page.
Any thoughts?