You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins/survey.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Parameter | Type | Default Value | Description
44
44
----------|------|---------------|------------
45
45
pages | array | *undefined* | An array of arrays. Each inner array contains the content for a single page, which is made up of one or more question objects.
46
46
button_label_next | string | 'Continue' | Label of the button to move forward to the next page, or finish the survey.
47
-
button_label_previous | string | 'Back' | Label of the button to move to a previous page in the survey.
47
+
button_label_back | string | 'Back' | Label of the button to move to a previous page in the survey.
48
48
button_label_finish | string | 'Finish' | Label of the button to submit responses.
49
49
autocomplete | boolean | `false` | This determines whether or not all of the input elements on the page should allow autocomplete. Setting this to `true` will enable autocomplete or auto-fill for the form.
50
50
show_question_numbers | string | "off" | One of: "on", "onPage", "off". If "on", questions will be labelled starting with "1." on the first page, and numbering will continue across pages. If "onPage", questions will be labelled starting with "1.", with separate numbering on each page. If "off", no numbers will be added before the question prompts. Note: HTML question types are ignored in automatic numbering.
0 commit comments