Hi all,
I have a long form with 3 buttons at the top:
- Cancel
- Save and Submit
- Save
The OnSelect for the Save button is: SubmitForm(MyForm). It works fine, but after it saves, it takes the user to the top of the form, and they have to scroll down again to pick up where they left off. Is there a way to save the form and keep the user on the field where they were?
Thanks