Display Print Button only on live form.

  • afmobile
    Asked on October 9, 2014 at 2:16 AM
    And, last question, can I have a "print" button without a "submit" button?  I cannot see a way to provide a "print" button only on the form. 
  • Charlie
    Replied on October 9, 2014 at 8:52 AM

    Hi afmobile,

    We can display only the "print" button, it can be done by injecting a custom css code.

    You can follow this tutorials:

    Inject custom css codes

    Print Button in Forms

    Clear and Print Buttons

     

    I tried doing it on my end.

    1. Navigate to Preferences->Form Styles->Inject Custom CSS

    Display Print Button only on live form Screenshot 30

    You can use this code:

    .form-submit-button

    { display:none; }

     

    2. This is how it will look like:

    Display Print Button only on live form Screenshot 41

     

    Let us know if this helps you. Although I would suggest to maximize the use of the submit button feature because this will save you time and resources.

    Thank you.