Forum Moderators: open
Of course, the first submit button on the form automatically has focus to submit the forum via the Enter key.
What I would like to do is change which submit button has focus based on the text field the user lasted typed in.
So if I had the following items on a form:
text field 1
text field 2
submit button 1
text field 3
text field 4
submit button 2
When a user it typing in text field 1 or 2, submit button 1 would have focus so the user could hit the enter key to submit the form with button 1.
But if a user was typing in text field 3 or 4, submit button 2 would have focus so the user could hit the enter key to submit the form with button 2.
Can anyone point me in the right direction?