Add a print button to my form?

  • syracuseselect
    Asked on October 22, 2015 at 11:31 AM

    Good morning.  I want to add a print button to a few of my documents so folks can print these.  I see this button on other document others have made.  Is this something you can help me with adding to my document?  In the url below I would like to remove the submit button and add a print button. 

  • Jeanette JotForm Support
    Replied on October 22, 2015 at 2:20 PM

    I see you managed to add the print button in your form, please add the following custom CSS code (here is a guide to know how to add the code)

    .form-submit-button{

    display:none!important;

    }

     

     

  • Jeanette JotForm Support
    Replied on October 22, 2015 at 2:22 PM

    The code will hide the submit button like on this form:

    https://form.jotform.com/52945981591974

     

  • syracuseselect
    Replied on October 22, 2015 at 2:45 PM
    How do I remove the submit button
    Sent from my iPhone
    Shawn Pudney
    Syracuse Select Basketball
    (315) 224-1401
    Spudney@verizon.net
    www.syracuseselect.com
    ...
  • Ben
    Replied on October 22, 2015 at 5:32 PM

    Please do note Shawn that the submit button can not be removed. It can however be hidden as mentioned above by my manager:

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

    The reason why it can not be removed is because it is considered as an important part of any form - as it is the one that submits the data and gives the purpose to the form, but hiding it will make sure that others can not click on it while the print button is still shown.

  • syracuseselect
    Replied on October 22, 2015 at 6:45 PM
    Got. Thank you so much helping me. Your help was very helpful and I have designed my form as intended with your help.
    Sent from my iPhone
    Shawn Pudney
    Syracuse Select Basketball
    (315) 224-1401
    Spudney@verizon.net
    www.syracuseselect.com
    ...