Disable Enter Keypress on Form Submit & Change it into a tab instead
How do I disable the key "enter keydown" on form submit button, because in a form, when I press "enter", it will submit my form.
I want my enter to become "tab" instead, so when I press enter e.g at
input text id="text_1", i want maybe change it focus to "small_1" (another textfield) , then if I press enter again at small_1, I want change it focus to big_1
and so on
How do I achieve this, I tried jquery autotab but it doesn't work like what I wanted.