Can i have 2 submit buttons, side by side?

  • leslieradon
    Asked on April 29, 2016 at 5:03 AM
  • Ashwin JotForm Support
    Replied on April 29, 2016 at 6:53 AM

    Hello leslieradon,

    Yes you can have two submit button in one form. You can also adjust then side by side as well but I am not sure what you want to achieve by adding 2 submit button and that too next to each other.

    You can take advantage of our "Shrink" feature to place form fields next to each other. The following guide should help you:  https://www.jotform.com/help/328-How-to-Position-Fields-in-JotForm 

    You can also also inject custom css code in form to further customize the look of form. I cloned your form and injected the following custom css code to place two submit button next to each other:

    button#input_24 {

        margin-left: -110px;

    }

    button#input_25 {

        position: absolute;

        margin-top: -72px;

    }

    Please take a look at following cloned form and see if this is what you wanted to achieve:  https://form.jotform.com/61192747854970 

    Feel free to clone this form for a closer look. The following guide should help you in form cloning:  https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!