Hello All,
I just noticed some odd behavior in one of our forms. When you open a new visit the form opens and in its initial state it is scrolled to the bottom. This results in providers missing a data display at the top of the form. This is the first form in one of our encounters. Other forms that are in the first position in other encounters open as I would expect with the upper most portion of the form showing. Has anyone else come across this behavior?
Thanks,
Brad
Although I am not aware of this issue, reference a field at the top of the form at form load to see if this fixes the problem, e.g.
{! document.something=""}
If all you have at the top of the form are data displays, the form 'jumps' to the first field that can be filled out, causing the form to scroll so the top of the form is not seen.
Try adding an edit field to the top of the form. You can shrink it down so people can barely see it. I don't think you can hide it in a visibility region as the form does not recognize it as a field that needs to have focus.
Mary Kay
Mary Kay,
That solution worked for me. Thank you for the tip.
Another piece of information for anyone else with this issue. While you are the hiding edit field you can't disable the field to prevent input. If you do so it is ignored. The best you can do is make it as small as possible.
Brad