w2form.goto

Opens specified form page.
goto(page)
page integer, page number to open
Returns undefined.

Description

The page numbers start with 0. You can change .page property directly and then call .refresh() method to refresh the form. Or you can use the .goto() method that takes page number as first parameter.
If you have multi-page form defined in the following way: You can open second page by

User Comments

comments powered by Disqus