We have a PRINT button and a SUBMIT button on our multi-page form. How can we switch the position of the buttons so that PRINT appears first?

  • M732burke
    Asked on December 11, 2015 at 12:46 PM

    Users must print our form BEFORE submitting.  The submit button automatically is there. When we add a PRINT feature, we cannot select the location of that button.  Or,if we can, we don't know how.  

     

    Please help. 

  • jonathan
    Replied on December 11, 2015 at 3:40 PM

    Hi,

    You can hide the Submit button using CSS code. And just add another Submit button without PRINT button on another section of the form.

    #input_2 {

    display : none;

    }

    user guide: -How-to-Inject-Custom-CSS-Codes

     

     

    Example: https://form.jotform.com/53446120206949?

    We have a PRINT button and a SUBMIT button on our multi page form Screenshot 20

     

     

    If you can describe more how you wanted it to happen we can assist you with it.

    We will wait for your respons