Combining and repeating forms

Connect separate forms together or allow users to re-submit a form.

Automatically redirect to any form

Video guide:
Go to your form's "Ending step" and choose the "New form" option on the left-hand side. Choose the form you want to redirect users to.
notion image
Pass data between forms with URL parameters
You can pass information from the current form to the new form with URL parameters.
  1. First, make sure you've registered the allowed URL parameters in the form you are sending users to. Details here.
notion image
2. Next, map the URL parameters of the new form to fields in the current form.
notion image
For example, above we will pass the input from the "Please provide your email" question to the "email" URL parameter of Form 2
That's it! Make sure to publish both forms when you're ready to go live.

Let users re-submit a form

Go to your "Ending" step and drag on a "Fill again" button.
notion image
By default, the form will restart from the first step. Enable the "Start from step" switch to choose a specific step to restart from.
notion image