Missing Submit Button / Align with Back Button on last page

  • locodisplaycasesforms
    Asked on March 10, 2016 at 10:27 AM

    Having Read various posts I am at a loss to make this work.

    I am trying to align my submit button on the last page so it sits next to the back button.

    I have tried css coding in the form designer and the form builder but nothing works, in designer I can get the submit button to where I want but when I view the form on any platform now the button is missing.

    I have cleared all the css I tried. Can you help with what should be something so easy.

    Thanks David

  • Kiran Support Team Lead
    Replied on March 10, 2016 at 11:27 AM

    I understand that you want to align the Submit button with Back button on the last page. Please try injecting the following CSS code to your JotForm.

    #cid_50 {

        margin-left: 64px !important;

        position: absolute !important;

        padding-top: 22px !important;

    }

    It should be displaying the Submit button as shown below:

    Missing Submit Button / Align with Back Button on last page Image 1 Screenshot 20

    Please get back to us if you need any further assistance. We will be happy to help.