PageElements must only be used when the form has more than 1 page. If the
form has multiple pages, the isMultiPage must be set to true. If the form
should only be displayed as a single page. There should be no PageElement
types in the elements array on the Form. If the form has more than 1
page, only the root elements in the elements array on the form should
contain PageElement types. You cannot nest PageElement types.
PageElement
s must only be used when the form has more than 1 page. If the form has multiple pages, theisMultiPage
must be set totrue
. If the form should only be displayed as a single page. There should be noPageElement
types in theelements
array on theForm
. If the form has more than 1 page, only the root elements in theelements
array on the form should containPageElement
types. You cannot nestPageElement
types.