Is it possible to have the Submit button appear after the Print button?

  • Mike Brey
    Asked on September 14, 2017 at 5:59 PM
    Is it possible to have the Submit button appear AFTER the Print button - to ensure that the user prints (if needed) before they press Submit?
  • Welvin Support Team Lead
    Replied on September 14, 2017 at 6:05 PM

    Yes, by injecting the following custom CSS codes to your form:

    .form-submit-print {

        float: left;

    }

    Here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes