• 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: Pagination and Conditionals cant solve this?

Pagination and Conditionals cant solve this? 9 years 9 months ago #31807

  • xulen
  • xulen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi there, im having this scenario and it seems to be failing to do it with RSForms. Its a simple one so surely im missing something.

This is the structure:

Checkbox Group1
A
B

Submit Button1
Pagebreak1

Checkbox GroupA
A1
A2

Pagebreak2

Checkbox GroupB
B1
B2

Pagebreak

Submit button2

*/Conditionals:

if ( A or B ) hide Submit Button1;
if ( A or B ) show Pagebreak1;
if ( A ) show Checkbox GroupA;
if ( B ) show Checkbox GroupB;

/*

If you check A works fine, submit buton1 hides, Pagebreak1 shows, next shows Checkbox GroupA, so on so forth.
If you check B pagination brokes, cause rsfp_changePage still try to send to Checkbox Group A and that one is hidden now.
If you check both works fine.If you check none, works fine either.

How do i send the user to the next (page) enabled. How do i send my user to Checkbox GroupB page without stoping by Checkbox GroupA page?

Thanks
Last Edit: 9 years 9 months ago by xulen.
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!