How can I place a submit button next to a next/back button?

  • prototypecreate
    Asked on June 17, 2019 at 8:31 PM

    I want the submit button to sit side by side with the next button, with a short description beneath each. Is there anyway I can achieve this?

    Jotform Thread 1860078 Screenshot
  • Jed_C
    Replied on June 18, 2019 at 2:46 AM

    You can do this by injecting the CSS code below https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    li#id_203 {

        position: absolute;

        top: 1678px;

        left: 583px;

    }

    a.jf-branding {

        padding-left: 2px;

        width: 122px;

     

    }

     

    Sample output:

    1560840383Clone of Home Loan Application Screenshot 10

    I hope that helps. Let us know if you have any questions or if you need further assistance. 

     
  • prototypecreate
    Replied on June 19, 2019 at 7:17 PM

    Hi, thanks for your help! I think I did it wrong, the submit button has dropped off the bottom of the page. How do I insert a caption beneath a button? Thanks!1560986152Screen Shot 2019 06 20 at 11 Screenshot 101560986206Screen Shot 2019 06 20 at 11 Screenshot 21

  • Nik_C
    Replied on June 20, 2019 at 2:12 AM

    I checked your form and Submit button is aligned properly:

    1561010458Screen Shot 2019 06 20 at 8 Screenshot 10

    Do you mean to insert some text below Submit button?

    You can insert the text field:

    1561011053Screen Shot 2019 06 20 at 8 Screenshot 21

    And then position the Text to the Submit button:

    1561011045Screen Shot 2019 06 20 at 8 Screenshot 32

    We can certainly assist you with that if that is what you had in mind?