PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditional branch off to another form

  1. I hunted around a bit, and could not find anything specific to what I'm looking for.

    I have a registration form for classes, but the customer is finding they may want to ask different questions depending on which class is selected.

    Is there a way to have a form that simply asks "what class do you want to take" (A,B,C,D or E) and then route the visitor to the actual registration form for that class?

    Maybe I should just insert the conditional question at the top of the form and have the questions below based on the answer?

    There may be as many as six different programs offered for a total of 30 times per year, so I'm also looking to make this as easy as possible to manage.

    Suggestions?

    Steve

    Posted 13 years ago on Wednesday October 20, 2010 | Permalink
  2. You can't do conditional logic to branch to another form. Forms are standalone so they don't interact with each other that way. You would either setup a form for each class and have a gatekeeper page that sends them to the right form or you would have to put everything in one form and use conditional logic to show/hide the appropriate fields.

    Posted 13 years ago on Wednesday October 20, 2010 | Permalink