How to show only print button without submit button?

  • infodo69
    Asked on December 6, 2016 at 9:46 AM

    Dear all,

     

    I would like to delete the button send because my online file should only be used as a file for filling in and  print. The print button is important and I found it only together with the SEND-Button. How can I insert a PRINT-Button without a SEND-Button?

    Thank you for Information

     

    Ines Fortenbacher

  • Helen
    Replied on December 6, 2016 at 10:00 AM

    Hi Ines,

    Thank you for contacting us.

    You can disable submit button with to inject this CSS code into your form:

    .form-submit-button {
    display:none;
    }

    Here is a guide helps to you for injecting custom CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Everything works properly on my side. As you can see:

    How to show only print button without submit button? Image 1 Screenshot 20

    If you have any questions or issue, feel free contact us.