Print button without submit button

  • brainmatching
    Asked on June 21, 2018 at 12:08 AM

    good morning, I have two questions:

    a) I need the print button but not the send button in the same line

    b) I need another dimension of the send button (more large)

    thank you

  • Elton Support Team Lead
    Replied on June 21, 2018 at 4:09 AM

    Inject this CSS codes to your form, this should remove the submit button before the print button. This also makes the send button a little bigger.

    button#input_2 {

        display: none;

    }

    button#input_print_2 {

        margin-left:0 !important;

    }

    .form-submit-button{

        padding:20px 60px !important;

        width:auto !important;

        font-size:16px !important;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here's how it'd look like:

    Print button without submit button Image 1 Screenshot 20