Preventing form submission when Enter is pressed

Posted by Pieter on Stack Overflow See other posts from Stack Overflow or by Pieter
Published on 2010-05-10T13:20:52Z Indexed on 2010/05/10 13:24 UTC
Read the original article Hit count: 214

Filed under:
|
|

I have a form with a disabled submit button. Even though the user can't press this button, he can still hit Enter to submit the form. How do I prevent that?

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript