Adding a PRINT.CSS file to the form

  • Tony
    Asked on December 17, 2020 at 12:31 PM

    Howdy, we have a client who has a jot form, but they don't like the way the form prints out. I was thinking we can just add a "print.css" file to adjust to how they want, can you tell me if your platform would support something like that?

  • John Support Team Lead
    Replied on December 17, 2020 at 2:05 PM

    Unfortunately, you cannot add a CSS file to the form, but you can inject your custom CSS code to it using this syntax:

    @media print{...add your custom codes here...}

    Here's a guide on how-to-inject-custom-css-codes.

    Please try that and let us know if you need further assistance.