How to move the print button before the submit button?

  • leeanndumas
    Asked on May 4, 2015 at 2:09 PM

    Logically, the user performs actions left to right. If they click submit, then they can no longer print the form. Is there a way to put print before submit?

  • Boris
    Replied on May 4, 2015 at 2:35 PM

    Hello leeanndumas, I would recommend you to add the following custom CSS to your form in order to move the Print button to the left of the Submit button:

    .form-submit-print { margin-left: -250px !important; }

    Please check this guide on how to add custom CSS to your form:

    How to Inject Custom CSS Codes

    Please let us know if you need any help with this, and we will be happy to assist you.

    Kind regards,
    Boris

  • BJoanna
    Replied on December 1, 2016 at 3:16 AM

    @ViewRetreats

    I have moved your question to separate thread and we will provide you an answer there shortly.

    https://www.jotform.com/answers/1001466