Is there a way to choose the order in which the cursor will move when the user presses the tab key?
Also, is it possible to have the Enter key behave like a tab key, and not submit the form (at least until it reaches the very end)
Everything you suggest is possible with jQuery. As far as I'm aware. there's nothing out-of-the-box that you can do with Formidable on this topic. A random example of Enter to Tab in jQuery is https://stackoverflow.com/questions/2335553/jquery-how-to-catch-enter-key-and-change-event-to-tab
Please login or Register to submit your answer