How to move the Print button on the top of the Submit button?

  • mjdoerr
    Asked on February 26, 2018 at 10:08 AM

    Thanks so much for your help. This is the other survey in which the button should be moved.

  • John_Benson
    Replied on February 26, 2018 at 12:41 PM

    I have edited your form and adjusted the Print button. Here's the custom CSS code I have added to your form:

    #id_59 .form-submit-button {

      display: none;

    }

    #id_59 .form-submit-print {

      margin-left: 0 !important;

      margin-bottom: 0;

    }

    #id_59 {

      padding-bottom: 0;

      margin-bottom: 0;

    }

    #id_42 {

      margin-top: 0;

    }

    Here's the result:

    1519666822Print move Screenshot 10

    I hope this information helps. If you need further assistance, please contact us again.


  • mjdoerr
    Replied on February 26, 2018 at 1:43 PM
    Thank you so much! This is our first time using Jotform. It has been fabulous!
    Mary Jane
    ...
  • John_Benson
    Replied on February 26, 2018 at 2:25 PM

    Thank you for the nice feedback. 

    Welcome to JotForm Support forum. Please do not hesitate to ask us anything related to JotForm. We'll be happy to assist you. Have a nice day.