Can I selectively decide what text and headers to display in the pdf?

  • drjax
    Asked on February 20, 2015 at 8:54 AM
    Can I selectively decide what text and headers to display in the pdf?
  • Carina
    Replied on February 20, 2015 at 11:06 AM

    If you use a text field or header field it is not possible to selectively decide which ones to display on the PDF.  A workaround to this might be to use a radio button field (with no label), having only one option and being selected: Can I selectively decide what text and headers to display in the pdf? Image 1 Screenshot 30

     Then it is necessary to add a css code so that it will hide the radio-button:

    #input_91_0

    {visibility: hidden;

    }

    You need to change the #input_91_0 by the ID of your field. The green part is added and is related to the radio button exclusively:

    Can I selectively decide what text and headers to display in the pdf? Image 2 Screenshot 41

    You can test and clone the demo form: 

    http://form.jotformpro.com/form/50503975888974 

    You can see more details on this thread:

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

    If you need further support please let us know.