Verj.io JavaScript API
Form
Form
Integration Service
REST Service
Workflow Process
WebForm
.getPages
Returns the
Pages
object that gives access to all pages available to the form. An individual page can then be accessed using its page name as shown in the examples below.
Javascript example:
var p1 = pages.PAGE1; var p2 = pages.getPage("PAGE2");
returns
Pages
Javascript example:
var p1 = pages.PAGE1; var p2 = pages.getPage("PAGE2");