Page Break: The "Next" button does not appear to auto save responses and the "Back" button does not work

  • KCouillard
    Asked on March 27, 2018 at 10:34 PM

    Originally, I thought my form was designed so that clicking the "Next" button resulted in autosaving the responses on the page before advancing to the next page.  The "Back" button will not allow me to return to the prior page.  Please help.

  • gizem
    Replied on March 28, 2018 at 5:13 AM

    I assume you are referring this form: https://www.jotform.com/form/72338843930158

    You can inject this custom CSS code to your form:

    @media only screen and (min-width: 768px) {

    .form-pagebreak-back-container{

        width: 65px !important;

        max-width: 100% !important;

    }

    }

    You can follow this guide to learn more about how to inject custom CSS code to your form.

    I hope it helps.