How to align the submit button to the back button?

  • cchfform
    Asked on July 23, 2019 at 5:00 PM

    im trying to get the back and next/submit buttons on the same line near each other. is this possible?


    see this: http://prntscr.com/oj3tey

  • VincentJay
    Replied on July 23, 2019 at 7:42 PM

    Yes, that is possible by injecting custom CSS code but it will not display properly on different screen resolution because you're using the Submit button instead of the default Next button.

    1563925277zcx3151 Screenshot 10

    To align it to the Back button, please add the custom CSS code below:

    .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {

    width: 70px;

    margin-top: 80px;

    margin-left: -200px;

    position: absolute;

    height: 36px;

    }

    To add the code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    And here's my test result:

    1563925344zcbb3 Screenshot 21

  • cchfform
    Replied on July 24, 2019 at 2:15 PM

    2 questions:

    1. is there a way to remove my submit button, replace it with a next button and make that the button to get to the preview answers?

    2. can the back button be adjusted to sit next to the next/submit button?

  • Richie JotForm Support
    Replied on July 24, 2019 at 3:35 PM

    Hi,

    I have moved your question to a new thread to assist you better.

    Kindly follow this link: https://www.jotform.com/answers/1902809

    Thank you.