• 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: Two "Page Break" Buttons?

Two "Page Break" Buttons? 9 years 9 months ago #31765

  • Toad78
  • Toad78's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 27
My goal:

I have a long registration form. The first page has the required information. The next 3 pages are optional for users to fill out. The last page is required. What I want to do is give users the options to either go to page Page 2 or the last page to finish registration. I can't seem to make this work using the PageBreak field. Does anyone have any suggestions?
The administrator has disabled public write access.

Two "Page Break" Buttons? 9 years 9 months ago #31812

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
In order to achieve this please try following these steps:

1. In you admin panel head to Components > RSForm!Pro > Manage Forms > select your form
2. Add a Button component and name it for example "Skip to last page"
3. On its Additional attributes add a trigger like the following:
onclick="rsfp_changePage(1, 3, 3, false)"

Note that you will need to adjust the function parameters in order to match your form. The function has the following parameters:
rsfp_changePage(formId, page, totalPages, validate)

4. Save your form

More on this here:

www.rsjoomla.com/support/documentation/r...multi-page-form.html
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: Toad78

Two "Page Break" Buttons? 9 years 9 months ago #31819

  • Toad78
  • Toad78's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 27
Thank you.
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!