The showNextButton attribute specifies the next button should appear on a survey page.
<survey> <surveyPage>
Name | Type | Description |
---|---|---|
boolean | boolean |
The default is true.
The following survey allows forward navigation only:
<survey mySurvey>
/ pages=[1=page1; 2=page2]
/ showNextButton = false
/ showNextButton = false
</survey>