How can I place the print form button before the submit button?

  • Tammieruiz
    Asked on May 25, 2017 at 9:34 AM

    I would like to have the print button placed before the submit button. I have asked this question before but it was before JotForm was upgraded.

     

    Thanks in advance. Have a great day!!

     

    Tammie

  • liyam
    Replied on May 25, 2017 at 12:06 PM

    Hello Tammie,

    Here again is the CSS code which you can insert/inject on your form:

    .form-submit-print {
       position : relative;
       float : left;
       margin-right:50px;
    }

    You can check this guide to know how to insert the CSS code above: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have questions, please let us know :)