Expand my Community achievements bar.

How to make form scroll down as user completes questions

Avatar

Former Community Member

I have a multi page form that is mostly hidden but as a user answers 1 question this may then prompt another question to appear, what I would like to do is ensure that the form auto scrolls down as the questions are answered.

Any help would be appreciated

2 Replies

Avatar

Level 10

Hi,

You can use setFocus(), but I am not sure if this will lead to a good user experience. As the user may not expect the form to automatically jump to a new question.

Try working with the tab order.

Niall

Avatar

Former Community Member

Hi Niall,

Thanks for that, have got the tab order correct, just wanted to see if the form would scroll seamless, but would rather not go down the set focus route.

Steve