Print / Submit

  • TanenbaumCHAT
    Asked on February 8, 2016 at 8:34 PM

    Can I either have a print and submit button in one (so I can have the electronic submissions but students can print a copy)?
    If not - can I have ONLY print?

     

    https://form.jotform.com/60375971224962

  • BJoanna
    Replied on February 9, 2016 at 4:21 AM

    You can have both print and submit button on your form. Inside of this guide you can find out how to add a print button to your form: http://www.jotform.com/help/24-Print-Button-on-Forms 

    However they will be two separate buttons. It is not possible to have one button that will be print and submit button.

    If you want that only Print button is shown on your form than you would need to Inject Custom CSS to hide submit button.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-submit-button {

    display: none;

    }

    Print / Submit Image 1 Screenshot 20

    Here is my demo form where I used mentioned CSS code to hide submit button:

    https://form.jotform.com/60392343457962 

    Please note that your users will only be able to print your form.

    Hope this will help. Let us know if you need further assistance. 

  • TanenbaumCHAT
    Replied on February 9, 2016 at 6:46 PM
    Thank you!
    Here is another question for you:
    For this form:
    https://form.jotform.com/60396741723964
    What CSS can I use to make sure all text in spreadsheet widget is
    centralized?
    Thanks!

    ...
  • BJoanna
    Replied on February 10, 2016 at 3:03 AM

    You're welcome. 

    Considering that your last question is not related to subject of this thread, I have moved your question to separate thread and we will provide you an answer there shortly.

    http://www.jotform.com/answers/768692