I want a print button at the bottom of the form

  • 2016sandra2016
    Asked on May 19, 2020 at 10:23 AM

    I asked how to add a print button at the bottom of the form I'm making. I realized that I could add a print button on the same line as a submit button...but I wanted a print button at the bottom of the form. Is that possible?

  • roneet
    Replied on May 19, 2020 at 10:44 AM

    I believe you are referring to this form:

    https://www.jotform.com/form/201346142531140

    I have added the following CSS to your form to align the print button on the next line.

    #input_print_51 {
     display: flex;
     position: relative;
     left: 32%;
     margin-top: 10px;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have further questions.

    Thanks.

  • 2016sandra2016
    Replied on May 20, 2020 at 8:44 PM

    I am so happy that you showed me this. 

    The print button is still associated with the "pay by paypal button" 

    I can't see how to move the print button all the way down to the very bottom of the form?  Could you possibly please move it down to the very bottom of the form for me, please?  

  • Vanessa_T
    Replied on May 21, 2020 at 12:46 AM

    As you have known, the Print button is attached with the Submit button. As such, we can only add custom CSS that moves the print button somewhere around the Submit button.

    Since you requested to put the Print button at the very bottom, I have dragged the Submit/Print button field at the bottom.

    1590036379A Screenshot 10