Prevent Users From Submitting Form with Enter
How to Prevent Users from Submitting a Form when Pressing Enter. Simple Snippet to Use with jQuery.
This is a code snippet on how to prevent enter key. I needed this because some of my users were pressing enter and it was causing errors. $(document).ready(function() { $(window).keydown(function(event){