[ad_1]
Hello @frenchlessons
In the current plugin version, the “Next page” buttons validate the values of the current page before moving forward. We implemented the plugin in that way because more users felt frustrated at reaching the last page to know that must move pages backward to fix or enter values that must be filled or corrected on the corresponding page.
However, you can jump to a specific page by code or by pressing a button field.
Keeps in mind that pages’ indices begin in zero. So, if you want to jump to the third page, you can execute the code below from the onclick event of a button, an equation, or any other piece of code:
GOTOPAGE( 2 );
Best regards.
