Moving Submit Buttons On Form

  • eascarpenters
    Asked on October 1, 2019 at 10:43 AM

    Hi there,

    We have a form that is very, very long, so we broke it up with Page Breaks and Sections.  Since it's so long, we wanted to give our people the ability to "Submit and Finish Later" so that they can save what they've done so far and come back at a later time.

    I figure out that I can add another submit button to each page, however, I want those buttons to appear at the BOTTOM of each page.  The only way I could figure out to get it to appear was to put it at the top of the page.  When I put it at the bottom, it's not visible.

    Is this possible?

    Thanks,

    Alissa

  • stevenmarshall
    Replied on October 1, 2019 at 11:49 AM

    Hi Alissa,

    Unfourtanly, we really don't have a true save and continue later button, but it is possible to save a form and continue later.

    You might consider using one of the following options:

    1. How-to-Enable-Auto-Fill-on-Forms- save form entries to continue later.

    The Autofill method is based on browser local storage. It is saving the form data on the user's browser, so the user can open the form later and he/she will see the past data.

    Note - The user will need to use the same browser to access data.

    2. How-to-Save-Forms-and-Continue-Later(Session Method)

    The Session method is saving the data on our servers. With this method, you will need to use two forms, one for session generation and second as primary. Then users will be able to access their sessions from any locations.

    Please let us know if you have any further questions.

    Thank you


  • eascarpenters
    Replied on October 1, 2019 at 2:08 PM

    Hi there,

    Thank you for these helpful tips.  I really don't want to use 2 different forms and I also read through the Auto Fill information.

    However, I was able to add more than one submit button on the form which is working!  Can you please read my question again and let me know if it's possible to put those buttons at the BOTTOM of the page and make it visible?  Can you please take a look at those buttons?

    Thanks again,

    Alissa