Fields don't print all of the entered data. I added the CSS code recommended to have the entire field appear on the print view, but no luck.

  • afmobile
    Asked on February 27, 2015 at 4:32 PM

    I want all of the data within the form's field to print, but it currently only prints the text you can read within the borders of the field.  Any text not showing on the screen doesn't show up when printed and that is unacceptable for the form.  Here is the CSS code I was told to embed in the form, but it still doesn't work as desired. 

     

    @media print{

     

        .form-textarea{

     

         height: 200px;

     

        overflow: visible !important;

     

        }

     

    Jotform Thread 524208 Screenshot
  • jonathan
    Replied on February 27, 2015 at 5:52 PM

    Unfortunately your provided screenshot on the message did not load correctly, so I could not see the visual you provided.

    But if my assumption is correct, you must be meaning it to be like this

    Fields dont print all of the entered data Screenshot 30

     

    I could not replicate the same issue though when I made a test on my end. When I print the form with the TextArea having content more than the input box, it auto expand in the printing process so it includes all the data.

    Fields dont print all of the entered data Screenshot 41

     

    Please correct me if I am checking the wrong problem.

    You can again provide a new screenshot on your response.

    Let us know if the issue persist.

    Thanks.