How i can Change the position of Submit and print buttons

  • Ternium
    Asked on October 19, 2016 at 8:41 PM

    Hello, i need that the submit button appear before of print button. is It possible?

  • liyam
    Replied on October 20, 2016 at 4:21 AM

    Hello,

    You can inject this CSS code into your form:

    .form-submit-print {
       float : left;
       margin-left : 0 !important;
       margin-right: 20px;
    }

    If you need to learn how to inject CSS codes into your form, please refer to this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you have questions or if you need assistance, please let us know.

    Thanks.