Disable form submit on enter keypress
I needed a JavaScript function that disables form submission when enter key is pressed. I’ve looked around and all solutions worked only in IE and I needed it to work in FireFox as well. Finally after some more reading I found a solution how it can be done. Here is the function that I created: [...]