-
My_CharityAsked on December 28, 2018 at 3: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?
-
Mike_G JotForm SupportReplied on December 28, 2018 at 3: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 KayeReplied on January 1, 2019 at 12:32 PM
I would like the print button BEFORE the SUBMIT button please.
-
Victoria_KReplied on January 1, 2019 at 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;}