I have a 2 page form. The 2nd page is long. When I go to print the form it prints page 1 as normal. However on page 2 it only prints the first piece of the page (full A4 size) but not the rest of the page rolling onto other pages.
Is this fixable, or do I have to break to form up into multiple pages?
As it turns out, this is a known bug in Firefox (see: http://kb.mozillazine.org/Problems_printing_web_pages#Does_not_print_multiple_pages ). Part of the problem, may be that you have the form within several fieldsets (sections). Firefox also has trouble printing with these. Putting each div into its own page should rectify the problem.