「Scripts」の準備

「title」は「page」に,その横の「event」は「before:prepare」に変更してください。

Untitled

下段の「ボタン」の表示

次の画面に進むためのボタンに関しては以下のコマンドで制御することが出来ます。

this.options.submitButtonText = '次に進む';
this.options.submitButtonPosition = 'right';

Untitled

以下のように表示されます。

right

Untitled

left

Untitled

center

Untitled

hidden

Untitled