You are viewing limited content. For full access, please sign in.

Question

Question

Feature Request: Page Break

asked on May 19, 2014

We have some forms that have natural breaking points in the form and when stored in Laserfiche we would like to be able to specify when a page break should occur. A Page Break field would be great!

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on May 23, 2014 Show version history

You can use CSS to insert page breaks when the form is printed. If there's a particular field that you want to have a page break after, you can specify that with the following CSS rule (replace #q9 with your field ID) :

 

#q9 {page-break-after: always;}

 

2 0
replied on October 18, 2016

Can we have the header repeat at the page break as well?

0 0

Replies

replied on August 11, 2016

Has this page break feature been added to Forms that when it is sent to the Repository that you can have certain pages on its own page, such as a Confidential Acknowledgement page?

Or is it something that you still have to insert a CSS script?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.