Button Style: 'Back' and 'Next buttons are on top of each other.

  • Staevent
    Asked on March 3, 2019 at 10:28 AM

    Hi there

    I'm new to JotForm and have managed to get my head around most of the editing quickly and with help from your forum.


    This is my first form - jotformeu.com/90543453717358 and have a couple of questions relating to the buttons...

    As you will see the 'Back' and 'Next buttons are on top of each other.

    Also the Submit buttons don't hold the same style as the back and next.


    Any help to these problems would be greatly appreciated. Other than that my form is working as expected.

    Jotform Thread 1749034 Screenshot
  • Victoria_K
    Replied on March 3, 2019 at 12:07 PM

    Hello, It seems that theme chosen for the form is not coded for multi-page forms and preview before submit. But, this can easily be fixed. Please add the following CSS code to your form following the next guide:

    How-to-Inject-Custom-CSS-Codes

    .form-pagebreak-back-container, .form-pagebreak-next-container {

      width: 4em !important;

    }

    button, #input_62 {

      background-image: url(/images/wood.png) !important;

    }

    Let us know if you need more help.  

  • Staevent
    Replied on March 3, 2019 at 1:28 PM

    Thank you - that fixed both issues.