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.

Submit form now or continue

  1. I have an employment application form split up into 10 pages. Is there a way, on Page 1, that I can set up logic to do the following:

    1. User fills out some basic contact info then:
    2. User is presented with a choice to continue the whole 10 step online application or:
    3. Upload a resume and submit the form now (without having to go through the next 9 pages.)

    I understand how to set up the choice and how to hide the Next button or show it dynamically, but how can I make the Submit button appear on Page 1 if they have chosen to upload a resume? Is this possible?

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  2. Hi Will,

    Right above the "next" button conditional logic is the "page" conditional logic. This allows you to show or hide a page based on a number of conditions. If you'd like to give the user the option to submit the form on the first page, just set the the "page" conditional logic for each page to not show when your "submit now" option is selected. Here is an example:

    http://grab.by/bn1U

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  3. Ahh that works. Thanks!

    The only problem is that the Next button should change to say "Submit" if they choose to finish the application and skip the rest of the pages. Is there a way for that to happen?

    Posted 12 years ago on Friday December 9, 2011 | Permalink
  4. Hi Will,

    Conceptually, you could implement some custom javascript to update the verbiage of the "next" button when the option is clicked. This functionality is not available out of the box.

    Posted 12 years ago on Friday December 9, 2011 | Permalink