I am developing a php application with a mysql db. I would like the user to be able to hit the "enter" key to tab through fields, instead of having to use tab.
I don't see why you put this in the feedback section, but I'll attempt to help anyway.
My question to would be this: why? It just doesn't really make much sense as to why you'd want to do such a thing. The enter key already has a meaning when inside a form element and that is to submit the form. On the same note, the tab key already has a meaning that most users are aware of: to navigate through the form elements.
Also note, by doing this, users in which have browsers that don't support JavaScript or have JavaScript currently disabled will accidentaly submit the form if they try using the enter key to tab to the next or previous element in the form.
There are a lot of websites that allow the user to press enter to negotiate to the next field. And I want to do it to make it easier for the user. There are still alot that can't remember the tab key
I don't see how that would make it easier, and there are — for sure — many more sites that have no extra scripting involved as opposed to the sites that let the user use the enter key (e.g., this one, etc.). I just don't see any benefits of using it. It's not very good for usability because it uses a non-standard key for achieving a task that most users are already familar with that users another key to do it, not to mention people will become frusturated after the form submits when they didn't actually want it to (i.e., in the case of a user that has JavaScript support off or the browser simply doesn't support JavaScript).
Today i searched the web to control the enter-button. In a lot of my forms the enter button submit's the form like excepted. Now i have created a form dynamicly with php it doesn't work.
Bookmarks