How to align Back & Submit button in the same row?

  • cardiologybuca
    Asked on December 10, 2017 at 7:13 PM

    Hiya, I cant seem to align the back and submit button on the last page of my form? Thank you for your help :)

  • Ashwin JotForm Support
    Replied on December 11, 2017 at 2:37 AM

    Yes it is possible to align submit button with the back button by injecting custom css code in form. Please inject the following custom css code in form which should help you achieve your requirement:

    button#input_133 {

     position: absolute;

     top: 50px;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.