The Verj.io JavaScript API's form
interface includes a gotoPage(page)
function that navigates to the specified
Page in the current
Form. The pages
interface contains all Pages in the current Form.
To navigate to myPage in the current Form you could use the following code:
form.gotoPage(pages.myPage);
All Pages in a Form share the same User Session so navigating between Pages has no effect on Field or Table values.