I don't want show image fields when enabling headers and texts

  • jmpfeffer
    Asked on April 2, 2019 at 11:10 AM

    Hi! I don't want the image field to show up when printing the Headers and texts. How do i do that?

  • David JotForm Support Manager
    Replied on April 2, 2019 at 1:31 PM

    That option will show the images, texts, and headers. You will need to uncheck the image fields from the "Fields" section to hide them:

    1554226251field Screenshot 10

    Let us know if you need more help.

  • jmpfeffer
    Replied on April 2, 2019 at 2:49 PM

    Hi!

    There is no option on my form to uncheck just the image field. I just have the headers and texts.

  • David JotForm Support Manager
    Replied on April 2, 2019 at 4:51 PM

    If you will print the submission using the print button of your form, you can inject the following CSS code in your form to hide the image fields:

    @media print {

    .form-image {

        display: none !important;

      }

    }

    In regards to the submissions page, you are right, it does not give the option to hide just the images. What you can do is to open the PDF editor, and delete the image from the PDF, so you can print it:

    1554238243hideimage Screenshot 10

    Let us know if you need more help.

  • jmpfeffer
    Replied on April 2, 2019 at 5:08 PM

    I got rid of the image, but now I am trying to get rid of the empty fields. I have it clicked for empty fields to be hidden, but it still shows the Headers of the empty fields. For example. If a parent registers one child, it still shows the headers for child 2, child 3, and child 4, even though it was left blank. How do I get rid of the headers that have empty fields in them? It's wasting a lot of space.

    Thanks!!!

  • David JotForm Support Manager
    Replied on April 2, 2019 at 6:23 PM

    What is the form where you are working on? Please note that the "Show headers and text" option will display all of them regardless of the empty fields.

    What you can do is to create different PDF documents, each will have a specific section, and email them to the users based on the filled answers: https://www.jotform.com/help/547-How-to-Email-Different-PDF-Document-Templates-Based-on-Users-Answers