I'm resposting this support question since there was no response when I first posted some days ago:
Hi, I'm trying to change the behavior triggered by hitting the keyboard's return key on the second (and final) page of a two-page form. That second page has a "previous" and a "finalize" button (you can see a screenshot here: http://cpix.org/2012-05-04_10-56-41.snagproj.png ). Hitting return is currently interpreted as clicking the previous button, but I want it to be equivalent to clicking the "finalize" button. The previous button in that form is tabindex 7, the finalize button is tabindex 8. I've been reading posts on this forum related to tweaking the tabindices but didn't quite find a solution to this problem, or at least I wasn't able to implement it.
Basically, I need to find a way to make it so that hitting the keyboard's return button will be interpreted by the form as the finalize button being clicked, instead of the previous button.
Thank you for your help.