Divide the form into separate forms

  • MundoInc
    Asked on September 4, 2019 at 7:08 AM
    Another thing: Our form will probably contain several hundred drop-down and single-select fields and lots of conditional logic. Will this slow down the load times of the form and/or its execution? Is it (as an alternative) possible to divide the whole projects into multiple forms and "call" a different form based on conditional logic?
  • Vanessa_T
    Replied on September 4, 2019 at 7:25 AM

    Will this slow down the load times of the form and/or its execution?

    We have had forms that had hundreds of fields and condition and they worked just fine. However, it is not an assurance that it will be the same as yours since each forms are different.

    Is it (as an alternative) possible to divide the whole projects into multiple forms and "call" a different form based on conditional logic?

    Yes it is possible to create multiple forms and redirect the user to one of your forms depending on a condition. However, please note that submissions are only linked to that specific form where it was filled. Although you may refer to it as "one project", but the submissions will still be separated by form and will not be merged.

    You can check out this guide on how to redirect a user after submitting the form.

    Redirecting-Users-to-a-Different-Page

    Then this guide will help you update the link to a different URL based on a condition.

    Change-Thank-You-Page-URL-Based-on-a-Condition

    Meanwhile, this will guide you thru determining the form URL

    Where-to-Find-My-Form-URL

  • MundoInc
    Replied on September 4, 2019 at 1:12 PM

    That's helpful. Thank you very much!