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.

Skip next pages in multipage form

  1. Carlo
    Member

    Hi!
    I wonder if I can do the following.
    I have a multipage form. Users should choose if they want to go to next page or submit the form with the datas inserted so far. At the bottom of the page I'd like to have "Previous page", "Next Page", "Submit". Is it possibile?

    Posted 12 years ago on Sunday May 29, 2011 | Permalink
  2. The concept is possible, but the implementation would be a little different if you wanted to do this using only default Gravity Form features.

    You'd have to add a multiple choice field of some kind on every page which would allow the user to specify whether they would like to proceed or not: http://grab.by/afj1

    Then for each page you'd set the conditional page logic to be dependent on the respective multiple choice field: http://grab.by/afj5

    The drawback of this approach is that if the user decides NOT to continue, the "Next" button will actually submit the form which isn't crazy good UI, but hey! At least it's possible. :)

    With a little jQuery, you could actually achieve your original button concept by dynamically adding the fake "submit" button and hiding the multiple choice fields. When the user clicks the fake submit button it would a) update the hidden multiple choice field to the non-continue option and b) trigger a click on the "Next" button which would automatically submit the form. MAGIC!

    Posted 12 years ago on Monday May 30, 2011 | Permalink
  3. Carlo
    Member

    Thank you very much David, I'll try it!

    Posted 12 years ago on Saturday June 4, 2011 | Permalink