I need a print button without a submit button

  • Larry Riggsbee
    Asked on November 11, 2016 at 9:09 AM

    my form will be printed and submitted by USPS

  • Kiran Support Team Lead
    Replied on November 11, 2016 at 9:33 AM

    Please add the Submit button to the form so that you'd be able to add the Print button to the from the Submit button properties.

    I need a print button without a submit button Image 1 Screenshot 30

    You may then inject the following CSS code to the form to hide the Submit button on the form.

    .form-submit-button {

    display: none;

    }

    It should be displaying as shown below after adding the CSS code.

    I need a print button without a submit button Image 2 Screenshot 41

    Hope this information helps!