• Resolved FadingMusic

    (@fadingmusic)


    Hello,

    I’ve created a form using Calculated Fields Form and used CP Blocks to add a print button, which works perfectly. But when I insert a Page Break module to Calculated Fields Form, only the second page is printed, not all pages.

    How can I change the code to print both pages, preferably on two pages?
    Thank you kindly for your support.

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @fadingmusic,

    The blocks works just like a common printer, where only the visible content would be printed. However, if you insert a “HTML Content” field into the form with the piece of code below as its content:

    
    <style>@media print{.pbreak{display: block !important;}}</style>
    

    all pages will be set as visible when the form is printed.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Print multiple pages’ is closed to new replies.