-
My_CharityAnswered on December 28, 2018 03: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?
-
Michael JotForm SupportAnswered on December 28, 2018 03: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.
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 KayeAnswered on January 01, 2019 12:32 PM
I would like the print button BEFORE the SUBMIT button please.
-
Victoria_KAnswered on January 01, 2019 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;}