Can I show just a Print Form without the Submit button?

  • awtstorzmedical
    Asked on January 13, 2016 at 7:00 AM
    Can I show just a Print Form without the Submit button but have it sent anyway?
  • Elton Support Team Lead
    Replied on January 13, 2016 at 10:39 AM

    If you want to hide the submit button in your form, inject this CSS to your form.

    .form-submit-button {

        display: none;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it at the bottom section if there are existing CSS codes)

    By the way, just to clarify, the form can't be submitted with a print button. The form can only be submitted with a submit button. However, by using a global countdown widget, you can set it to autosubmit the form once the time is up http://widgets.jotform.com/widget/global_countdown.

    Hope this helps!