I have a form with several input fields and a save button at the bottom.
I want to be able to hit the enter button on my keyboard to set focus on the next input field so I created a workflow to set focus on next field when input’s value is changed.
Now when I click enter it sets focus on the next input field which is perfect. But it also clicks the save button and closes the form which is not good.
How can I set it that the enter button on my keyboard only sets the focus and does not click the save button?