Is there a way to add a 'Print Button' without having to add a 'Submit Button' first. On some documents I only want a Print button.

  • gsalmon
    Asked on September 21, 2015 at 3:05 PM
  • victor
    Replied on September 21, 2015 at 6:09 PM

    Hi,

    Once you have placed your print button on your form. You may inject the following CSS code to hide the submit button

    .form-submit-button {

        display: none !important;

    }

    Is there a way to add a Print Button without having to add a Submit Button first Screenshot 20

    Please let us know if this helps