I have been trying to disable the Enter key on my form. The code that I have is shown below. For some reason the enter key is still triggering the submit. The cod
The better way I found here:
action="javascript: void(0)" or action="return false;" (doesn't work on me)
action="javascript: void(0)"
action="return false;"