• 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: Multi-Page Form Scroll to top when viewing

Multi-Page Form Scroll to top when viewing 4 years 8 months ago #39383

  • a2zcs
  • a2zcs's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 28
I've designed a Multiple page form using the Responsive Template. However the forms don't scroll to the top of the page when going from one page to the next. How can I get this to happen?
The administrator has disabled public write access.

Multi-Page Form Scroll to top when viewing 4 years 8 months ago #39399

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

This article explains how you can implement such scroll when switching pages in your form.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Multi-Page Form Scroll to top when viewing 4 years 5 months ago #39644

  • info3641
  • info3641's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 2
I have been using that code for a long while and it was working. It is not working now though. When I move to the next page it does not trigger the code and it doesn't scroll up.

Any thoughts about why that would be the case.

I am running:
Joomla 3.9.13
RSForm! Pro 2.2.9
PHP 7.2.24
The administrator has disabled public write access.

Multi-Page Form Scroll to top when viewing 4 years 4 weeks ago #40006

  • Tiemo
  • Tiemo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi,

same problem here. Script not working anymore. Any thoughts?

Cheers,
T.
The administrator has disabled public write access.

Multi-Page Form Scroll to top when viewing 4 years 1 week ago #40074

  • deurkruk
  • deurkruk's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Same issue here, article mentioned doesn't work anymore
The administrator has disabled public write access.

Multi-Page Form Scroll to top when viewing 4 years 1 week ago #40080

  • Tiemo
  • Tiemo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hiho i found a solution:

EDIT: Sorry its abit off topic. Cant delete post....

Set an anchor anywhere in a free text/html formfield like this:

<a name="MyAnchorName" ukscroll></a>

And in any form fieldyouwant to have a scroll on selection go toATTRIBUTES tab and insert thefollowing:

onclick="window.location.hash = 'MyAnchorName';"

Thats it. No futher code required.

Cheers,
T.
Last Edit: 4 years 1 week ago by Tiemo.
The administrator has disabled public write access.
  • 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!