Ending screen
In the builder, the Ending card at the bottom of the question list opens the ending screen. Choose one of two behaviours.
Show a message
Section titled “Show a message”A thank-you message with formatting, links and images. Insert an answer with the variable button to address the person by name, repeat what they picked, or show a total from a calculation. Answers are filled in when the respondent submits.
Redirect to a URL
Section titled “Redirect to a URL”Send the respondent to another page the moment their response is saved. Enter the address, and insert answers into it to pass them along:
https://example.com/thanks?email={{their email}}&plan={{chosen plan}}The tokens are shown as the field names in the builder. On submit each one is replaced by the answer and encoded, so a name with a space or an address with an ampersand arrives as one clean query value. An unanswered field becomes empty. A common use is handing the email address to a booking page or a CRM form so the person doesn’t type it twice.
Redirects only happen on the live form. The builder preview stays on the page so you can keep editing.