I would like to have the print button BEFORE the SUBMIT button

  • My_Charity
    Asked on December 28, 2018 at 3:29 AM

    I have created a form and would like to have the print button BEFORE the SUBMIT button please. Will you explain how I can do this?

  • Mike_G JotForm Support
    Replied on December 28, 2018 at 3:37 AM

    Checked the account associated with the email address you have used for this post and I see your latest form that already has a Print Button beside the Submit button.

    1545986225t03 36 43 Screenshot 10

    Would you like to switch the places of the buttons or would you want to position the Print button elsewhere on the form?

    Please give us the details and we will be glad to help you with your concern.

  • John Kaye
    Replied on January 1, 2019 at 12:32 PM

    I would like the print button BEFORE the SUBMIT button please. 

  • Victoria_K
    Replied on January 1, 2019 at 12:54 PM

    This can be achieved by injecting some CSS code. Please use the code below following this guide: How-to-Inject-Custom-CSS-Codes

    .form-buttons-wrapper {direction: rtl;}

    .form-submit-print {direction: ltr;}

    I would like to have the print button BEFORE the SUBMIT button Image 1 Screenshot 20