Last updated
Last updated
The Settings section found in every variant allows you to control various aspects of your form, from how you'll handle returning responders to the copy they might see when they complete a flow.
These settings are defined per variant, and will not be universally applied across different variants.
The settings are split into three sections: Strings, Behavior, and Group Ranking API.
The Group Ranking API has it's own page in these docs. to head there!
The text here will update the name of browser tab that your flow opens in.
The "answer required" error cannot be disabled, but it can be hidden. In the color variables menu of the Theme editor, there is an "error" variable. You can set the transparency value of this variable to 0%.
If there is no error variable, you can create one that will be responsive to coloring. Case sensitivity of the variable name matters!
The Behavior settings control flow behavior - continue reading to find out what each setting does!
This setting:
Allows the ability to use the browser's forward and back buttons to navigate through the unlocked steps of a flow (not currently supported in embedded flows).
Allows navigation to unlocked steps using the Step Index in the URL, or Step ID if use step ID instead of step index is enabled.
A URL navigation example to navigate to the step at index 1: https://<client-ID>.formsort.app/flow/<flow-name>/variant/<variant-name>#1
As noted above, this setting, when enabled, will allow users to navigate to a specific step via the step ID of the step, rather than the step index of the step.
A URL navigation example to navigate to a step using it's ID: https://<client-ID>.formsort.app/flow/<flow-name>/variant/<variant-name>#<step-ID>
Answers are only cleared at the end of the responder session. Any answer payloads sent to your data stores will persist in your data store.
This is useful for forms that need to be filled out multiple times by the same users, but also forces users to fully complete a form before starting a new one.
If your flow is embedded into another page, this will create a link to close the embed once the flow is completed.
By default, Formsort does not allow users to proceed through a flow without answering all the questions on screen (this setting can be toggled with an flag). The Answer required text is the error copy that will be shown if they try to proceed through a partially-filled step.
This text will be shown at the bottom of the , and is useful for things like disclaimers and legal notices.
The string here will show in italics at the end of a question label when it's flagged as . The default text shown is "optional".
See for a detailed breakdown of the settings found in the "returning responder behavior" dropdown. This section includes a description of Start each session as a new responder setting.
When Enable restart once flow completed is enabled, users will be given the option to restart a flow if they return to it after completing. Users will keep the generated during their initial visit, but Formsort will discard saved answers to allow them to start the flow over.
It's worth noting that users will not see this screen if there is a set at the end of the form.
If autosave is enabled, it will cause the form to retain a responderโs answers should they leave and come back to the flow. In-progress answers are saved after 3 seconds have passed from a responderโs input. Answers will also be submitted to enabled integrations if "When the flow is finalized or abandoned" is enabled in.
The Settings menu gives you more control over your Flow's behavior.