Continue and back buttons are displayed automatically on survey pages. To modify whether they are shown, add the continuebutton
or backbutton
tags to the set
defaults
widget. Alternate versions of these tags can be used instead to modify the text or icons used for these buttons.
set defaults
backbutton: n
continue button text: Next
In this example, the back button would be disabled for all questions and the continue button's icon would be replaced with a "Next" button.
Details
- Both the
continuebutton
andbackbutton
tags accept 'y' and 'n' inputs. - To replace the default continue and back buttons with text, include the
continue button text
andback button text
tags, respectively, on theset defaults
widget. - To replace the default continue and back buttons with alternate images, include the
continue button image
andback button image
tags, respectively, on theset defaults
widget. Specify the full file name (e.g.,back button image: leftarrow.png
). - Image files used for the continue or back buttons must be uploaded to the Files applet's _s folder.
Note: Responses for single-select (radio) questions and tables are submitted automatically and will not display a continue button. To alter this behavior, use the autosubmit
tag.
Additional examples
Using alternate continue and back buttons
To replace the default continue and back buttons in your survey, first add the image files to the survey's _s folder. Next add the continuebutton
and backbutton
tags to the survey's set
defaults
widget, specifying the file names (with extension) for the replacement icons.
Comments
0 comments
Please sign in to leave a comment.