asked on December 13, 2019

We are trying to style our form so that it can be printed on a single sheet of paper.

I am fairly knowledgeable with CSS, but would like to know how we can style the form only when it’s being printed from the completed screen (see below)

Also, is this version of the form (what is being displayed, not what shows when the print button is hit) something we can style?

I notice there is already some styling added to it (missing submit button, the fields do not have borders, etc.)

 

If I cannot manipulate this displayed page, then how can I style what shows when the “Print” button is hit.

I am currently trying to use the {@media print}, but it is difficult to style the sheet when I am working with 3 different versions of the same product.

First version being when the user if filling in, second being what is displayed on this page, and third being what is displayed when clicking the print button on this page.

We are using Rio 10.4.

 

0 0