Hey, everyone.
Does anyone know if it’s possible to start a form on one page and continue it on another? For example, have fields A, B, and C on the home page, visitors clicks Continue, which takes them to a Contact page where they see fields A, B, and C filled-out from previous page, and they can answer fields D, E, and F, then Submit.
Thanks.
Hello cway. Yes, you can do that with multiple forms on multiple pages, and pass the data between pages using the query string, as explained here:
Your first form will need to pass the information to the second form for fields A, B and C, and the second form will need to be set up to capture fields A, B and C, using the same parameter names. If you need more assistance with the setup after reviewing the documentation, please let us know,