How do I add the "Print Form" button to a form but NOT include the "Submit Form" button?

  • xtralease
    Asked on October 2, 2015 at 10:18 AM
  • victor
    Replied on October 2, 2015 at 11:44 AM

    Hello,

    If you would like to hide the submit button and only have the PRINT button. You can inject the following CSS code

    .form-submit-button {

        display:none !important;

    }

    How do I add the Print Form button to a form but NOT include the Submit Form button? Image 1 Screenshot 20

    Please let us know if this helps

    Regards