Is it possible to just have a Print button without a Submit button?

  • barbwra
    Asked on November 15, 2017 at 3:34 PM
    1. Is it possible to just have a Print button without a Submit button?
  • jonathan
    Replied on November 15, 2017 at 3:40 PM

    Yes. You can hide the Submit button using injected CSS codes like this

    .form-submit-button {
    display: none;
    }

    1510778417zzz 2017 11 16 04 Screenshot 10