The showbackbutton attribute specifies the back button should appear on a survey page.
<survey> <surveypage>
boolean | A boolean value of true or false. |
The default is true.
The following survey allows forward navigation only:
<survey mysurvey>
/ pages=[1=page1; 2=page2]
/ showbackbutton = false
/ showbackbutton = false
</survey>