I have a personnel evaluation Forms process that I've added an email activity to so that users can request a copy emailed to themselves (they like to have a printed out copy when meeting to review the form). Unfortunately, there is information that does not appear on the emailed form and I'm not sure why. And yes, I can appreciate the irony of the one question on the entire form where the information is missing! Notice that for question 6 the final line of the radio dial button options is missing. This is not the case when the form is viewed inside the user task.
Screenshot of bottom of page 2 of emailed pdf and of top of page 3 of emailed pdf:
Screenshot of same form viewed as a user task:
The same form viewed above as a user task is the form being emailed to the user "with current process data". We are using Laserfiche Forms Professional Version 11.0.2311.50553, and this form was created using converted to the modern designer with pagination enabled from a Classic form. The only CSS we are using is to hide the Process Comments box.
/*Remove Process Comments Box*/ #comment-container { display:none; }
I also tried some CSS recommended by another post regarding emailed forms to force the page size to 8.5x11; however, it returned the same exact results so I removed that CSS.
Any assistance with this issue is greatly appreciated.
UPDATE: This occurs fairly consistently with questions that have radio dial button answers and appear at the bottom of pages on the emailed pdf. If a question appears VERY close to the bottom of the page things work properly; however, if it appears far enough from the bottom of the page that the first line of radio dial buttons should fit, they are forced to the following page and the final line of radio dial buttons does not appear on that following page.
Note space between question and end of page along with missing data on following page:
Note less space after question and data on following page is intact: