editing format of printing form

  • headspaceballarat
    Asked on December 7, 2015 at 8:12 PM
  • Elton Support Team Lead
    Replied on December 7, 2015 at 9:28 PM

    That's possible by injecting custom CSS codes into your form. 

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    In order to change the printing layout of the form, you need to use CSS print media query.

    Example:

    @media print { 

    .form-line{padding:0;margin:0;}

    }

    This will remove the spacing between fields on print mode.

    If you need further help with this, let us know.