Can a configurable list be font size printout configurable?

  • detiketa
    Asked on August 23, 2017 at 5:21 PM

    We use the configurable list to enter customer orders, and an email with the response is then printed, but the configurable list is always the same font size and we would like to change it to fit more columns in the width of the paper or format the font.

    the form is in this url

     

    https://form.jotformz.com/detiketa/ingreso-de-orden-en-linea

     

     

  • Kevin Support Team Lead
    Replied on August 23, 2017 at 8:03 PM

    If you are using the PDF Report feature, then you will be able to edit the font size on the customization page, simply place the mouse over the field and click on the settings icon, you should get the field options where you could increase or decrease the font size: 

    Can a configurable list be font size printout configurable? Image 1 Screenshot 20

    Now, if you are using the print button and getting the document through the print function of the browser, then you could just inject some CSS code to your widget, the following code will help you handling the fields design when printing a form: 

    @media print {

         @media print {

            th[class*="col"] {

              font-size: 20px !important;

            }

          }

    }

    Related guide about the print button on forms: https://www.jotform.com/help/24-Print-Button-on-Forms 

    Guide to inject the code to your configurable list widget: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • detiketa
    Replied on August 24, 2017 at 3:44 PM
    Thank you for your response.
    Actually I am doing something very different than the print button.
    The form when submitted sends a notification email to the sender (No problem there) and another email to us also with an email to HP print service which prints unattended when an email arrives to the email account.
    The submission that we received is already formatted with a fixed font and size for the configurable list. So the thing here is that I can modify the appearance of the notification email on fields, sizes, etc but the widget always prints out in a fixed size and font. I want to be able to modify that widget too.
    As you can see in the form the email is all formatted, but the configurable list is not!
    Thanks
    Juan
    Sent using Zoho Mail
    ---- On Wed, 23 Aug 2017 19:03:50 -0500 JotForm <noreply@jotform.com> wrote ----
    A new response has been received:
    Answered by Kevin_G
    If you are using the PDF Report feature, then you will be able to edit the font size on the customization page, simply place the mouse over the field and click on the settings icon, you should get the field options where you could increase or decrease the font size:
    Now, if you are using the print button and getting the document through the print function of the browser, then you could just inject some CSS code to your widget, the following code will help you handling the fields design when printing a form:
    @media print {
    @media print {
    th[class*="col"] {
    font-size: 20px !important;
    }
    }
    }
    Related guide about the print button on forms: https://www.jotform.com/help/24-Print-Button-on-Forms
    Guide to inject the code to your configurable list widget: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
    I hope this helps.
    View this thread on browser » Unsubscribe Thread
    1503533029
    ...
  • Kiran Support Team Lead
    Replied on August 24, 2017 at 5:07 PM

    Unfortunately, it is not possible to customize the display of Configurable list widget in the email notification. This is due to the entire configurable list widget is considered as a single field and the same can be used in the email notification.

    Hope this information helps!