Skip to content

Commit 1b14e05

Browse files
committed
Fix button_label_back in survey plugin documentation
1 parent 281c8e6 commit 1b14e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/survey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Parameter | Type | Default Value | Description
4444
----------|------|---------------|------------
4545
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.
4646
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.
4848
button_label_finish | string | 'Finish' | Label of the button to submit responses.
4949
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.
5050
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

Comments
 (0)