Hi, this is lower priority question. Take your time on responding.
Right now when the On Submit Event triggers for a form, if there are required questions present that have not yet been answered the Submit Event will not trigger and instead the missing field receives a small tooltip saying to fill it out (which I think is accompanied by focus).
Is there a way that I could make the screen also scroll to that empty field so that the user didn’t have to manually scroll down to the tooltip?
Thanks! Are there any codeless functions that could do things like (a) call the validation event that occurs before submission without actually submitting the form, or (b) return the group of component IDs that are set to “required” and will be checked during the validation?