Print multiple forms in one step

Confluence User - 02 May, 2018

I have a use case where I want to print 5 forms in one step.  Each form is created individually, then I made another form with these five forms inserted as subform elements.  My problem is when I try to print this form (the one containing the 5 subforms).  Everything tries to fit on one page, and I only get one page printed.  It appears that this form can print from Microsoft Edge, but not from Firefox.  I believe the problem is in the CSS for Forms, that is not being interpreted correctly by Firefox.  Can someone point me in the direction of where to look for the CSS that would help me get this form correctly printed from Firefox?

forms;subforms;css;printing

2


03 May, 2018
confluenceUser
confluenceUser

Hi, I think this is a bug or issue in the Firefox browser itself and there are many reports of such problems online for example https://support.mozilla.org/en-US/questions/1100801.

03 May, 2018
confluenceUser
confluenceUser

Thank you, yes my research turned up the same issue.  I found this page:

https://developer.mozilla.org/en-US/docs/Web/CSS/break-before

which shows that the newer "break-before" CSS option is not supported in Firefox.  I guess I have to use Edge for my app, or find some other way of printing out a string of 5 forms all at once.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print