How do I change the position of my JotForm's submit button?

  • sklayman
    Asked on November 19, 2014 at 4:21 PM

    Hi,

    Is there any way to adjust the submit button positioning in the form? (beside the align left/right/middle options)

    As you can see in the enclosed form, I wish the submit button to be placed in the space beside the last field.

    Thanks!

    Shai

     

  • abajan Jotform Support
    Replied on November 19, 2014 at 5:57 PM

    Hi Shai,

    This can be done either via our Form Designer which would give real time visual feedback of the changes you apply, or by manually adding the following rule to the form's current injected CSS:

    #input_2 {
    position: absolute;
    top: -30px;
    right: 200px;
    }

    I went the inject CSS route with this clone. Just copy the code from above and paste it into your own jotform's CSS. You can adjust the values of the top and right declarations to suit.

    If you would like more help width this, do let us know.


    Thanks

  • sklayman
    Replied on November 19, 2014 at 6:05 PM

    Thanks a lot!

    Your support is awesome! :)

  • raul
    Replied on November 19, 2014 at 7:03 PM

    On behalf of my colleague, you're welcome.
    And thank you for your kind words.

    Please let us know if we can be of further assistance.
    Best Regards.