Actions
Bug #3791
closedStep by step only goes back or forward by 1 if a step is disabled
Description
If you have a field on Step 1 and you've up to 5 steps and said field enables either 2, 3, or 4 then you show Step 4 it causes the Next button to point to Step 3 which is disabled and the Previous button on Step 4 points to Step 2 which is also disabled.
https://www.joomlapolis.com/forum/153-professional-member-support/215292-cb-conditional-issue
Updated by krileon almost 12 years ago
The "enable" and "disable" state of the jQuery needs review so it's recursive instead of just checking 1 step forward and 1 step backward. It should keep going until it finds an enabled step and then point to it.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated disable and enable to properly loop until the next/previous enabled step is found or no more steps to process.
Actions