How to print form in one page?

  • AnnieSil
    Asked on February 20, 2017 at 7:41 PM
    Thanks and finally, how do I make this form so that it appears printed all in one page (standard A4)
    Sincerely,
    Annie
  • Kevin Support Team Lead
    Replied on February 20, 2017 at 7:51 PM

    I have checked your form and noticed it prints in one page only, but the elements seem to be a very small. 

    If you're  referring to customize the layout of your printed form when using the print form button then you could do it by using this media query: 

    @media print {

         /*CSS code here*/

    }

    Do note that you will need to develop the CSS code and you could get a similar layout to the one in the web form. 

    If you're referring to the PDF report of a submission, then you could customize it through the submissions page

    How to print form in one page?  Image 1 Screenshot 20

    Hope this helps.