-
2016sandra2016Answered on May 19, 2020 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?
-
roneetAnswered on May 19, 2020 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.
-
2016sandra2016Answered on May 20, 2020 08: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_TAnswered on May 21, 2020 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.