How to block form submission when the enter key or return key is pressed?
Posted
by WillKop
on Stack Overflow
See other posts from Stack Overflow
or by WillKop
Published on 2009-09-15T23:29:26Z
Indexed on
2010/05/31
6:12 UTC
Read the original article
Hit count: 168
JavaScript
|jQuery
I have a form that I use JQuery, I don't think I need to put code in this post, the question is pretty basic.
But I would like to block the form from submitting when people press the Enter Key or the Return Key.
At the same time, I have textareas, where the user will need to be able to press the Enter / Return keys.
© Stack Overflow or respective owner