Hello,
I'm developing a bunch of text forms for data entry. I have a problem with the Enter-key. When I'm filling out an input form and press enter, it goes to the submit button, which, like predicted, inserts the data into the database, even though I haven't finished yet.
This is kind of disturbing, because it is very tempting to hit enter after each input form (I'm sure that my user will do that!)
I want that, it goes to the next input form, not to submit button or just disable the enter key, everytime we hit enter.
Any clue anyone? Thanks!
I'm developing a bunch of text forms for data entry. I have a problem with the Enter-key. When I'm filling out an input form and press enter, it goes to the submit button, which, like predicted, inserts the data into the database, even though I haven't finished yet.
This is kind of disturbing, because it is very tempting to hit enter after each input form (I'm sure that my user will do that!)
I want that, it goes to the next input form, not to submit button or just disable the enter key, everytime we hit enter.
Any clue anyone? Thanks!