Start slide
Add a start slide to create a landing page for your form.
Basic usage
The startSlide() function creates a special slide type that acts as an entry point for your form. This slide will show a start button that users must click to begin filling out the form. You can customize the button text and alignment to match your form's design.
In the example below, the start slide contains a welcome message. The start button is centered on the page, as well as the rest of the content.


Generates the following Markdown-like syntax:
Function overview
The following is the overview of the function:
Arguments
params
object
An object containing all the configuration parameters for your start slide (see the parameters section below for the full list of options).
Parameters
buttonText
string
Custom text for the start button. Default is "Start".
buttonAlignment
"start" | "center" | "end" | "stretch"
Set the alignment of this slide's start button.
Examples
Start slide with custom button text
In the example below, the start button will have the "Start feedback" text because of the buttonText parameter.
Generates the following Markdown-like syntax:
Start slide with button alignment
In the example below, the start button will be aligned to the end of the slide because of the buttonAlignment parameter.
Generates the following Markdown-like syntax:
Start slide with multiple parameters
Generates the following Markdown-like syntax:
Last updated
Was this helpful?