• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: set next page to top

set next page to top 4 years 9 months ago #40570

  • dlm
  • dlm's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
Hi there,

I have a question when loading second page on a form.
when I click on "next", the second page is loaded/shown on the bottom of the page, meaning, you see the last field, but the first fields, on top, aren't visible. THis is a bit unlear for visitors, because they don't see the questions/fields on top, without scrolling.

Any ideas on how to load the page on top?
thanks for feedback. much appreciated!
The administrator has disabled public write access.

set next page to top 4 years 9 months ago #40571

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 636
  • Thank you received: 118
Hello,

You can take a look at this article, or you can try adding the following line in the 'Additional Attributes' property while editing your 'Pagebreak' buttons:
onclick="document.getElementById('userForm').scrollIntoView();"

This will scroll the window to the element with the id "userForm" (which is the form itself).

Regards!
The administrator has disabled public write access.
The following user(s) said Thank You: dlm
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!