How to add just the print button on a page?

  • SOS_icmbelavista
    Asked on November 1, 2021 at 10:17 PM
  • Yau_C
    Replied on November 2, 2021 at 2:20 AM

    Hi,

    You can enable the print button option in advanced tab:

    1635833989 6180d885a291e  Screenshot 10

    Then hide the submit button with this CSS:

    button[type='submit'] {
    display: none;
    }


    Let us know if you need further assistance.

  • SOS_icmbelavista
    Replied on November 2, 2021 at 11:01 AM

    1635865271 618152b709f35  Screenshot 10

  • Mianala Jotform Support
    Replied on November 2, 2021 at 12:58 PM

    Hi there,

    Please try the following CSS codes:


    #input_35 {
    display: none;
    }


    Let us know if you need further assistance.