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.

Linking forms

  1. danielpettifer
    Member

    Is it possible to link two forms together?

    The reason I am asking is this:

    I like the idea of the progress bar at the top of the screen, however with my form I am having some problems. The first page of my form asks the visitor to select from option a,b,c or d. Options a,b & c all follow the same path but option d continues for another 14 or 15 pages. The progress bar recognises all of the pages so for visitors choosing a,b or c it is still showing 12% at the submit page. Is there any way I can fix this? Or should I abandon the progress bar (not a problem but like I already said, I like it).

    Posted 13 years ago on Wednesday March 23, 2011 | Permalink
  2. This is a more specialized use as 15 pages is certainly an edge case (not the norm), so I would suggest abandoning the progress bar. You could create separate forms and redirect to the next one, but then you couldn't have conditional logic on which one to go to next and managing the data would be a lot harder.

    Posted 13 years ago on Wednesday March 23, 2011 | Permalink
  3. danielpettifer
    Member

    There would be no data to collect from the first screen, only selecting a path. I could set up a button for the fourth option which would redirect to the next (longer) form and continue from there (as it is not possible with conditional logic) that way I can keep the progress bar and maybe do some other things. Ok.......I think it is forming in my mind, thanks again for your help!

    Posted 13 years ago on Thursday March 24, 2011 | Permalink