back and next button can be side by side

  • cchfform
    Asked on July 23, 2019 at 9:37 AM

    how can i shrink the back button on the bottom of the second page so that my back and next button can be side by side- on the same line

  • Richie JotForm Support
    Replied on July 23, 2019 at 12:08 PM

    I have checked your form and it seems you are able to make the back and submit button side-by-side.

    back and next button can be side by side Image 1 Screenshot 20

    If you need further assistance, let us know.

  • cchfform
    Replied on July 23, 2019 at 12:47 PM

    how?

  • cchfform
    Replied on July 23, 2019 at 12:54 PM

    i meant on this page http://prntscr.com/oj0ksi

  • Richie JotForm Support
    Replied on July 23, 2019 at 2:11 PM

    Thank you for the clarification.

    Kindly add this custom CSS in your form to align the back and next button.

    #id_96{
    margin-top: 40px;
        position: absolute;


    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.