


I have been working on developing a form that must meet the following criteria:
Multiple user input text fields that must be able to break across pages.
Multiple users must be able to save the document with their individual inputs included, the result being a single .pdf with multiple signatures.
I have a workaround in mind for the multiple input part. I can't get the text fields to break across pages. Any help is appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
Make sure that you save the form as a dynamic form. Also the root container of the subform must be set to flowed for it to reflow. It can contain a positioned subform inside of it but the root must be flowed.
Paul
Views
Replies
Total Likes
Make sure that you save the form as a dynamic form. Also the root container of the subform must be set to flowed for it to reflow. It can contain a positioned subform inside of it but the root must be flowed.
Paul
Views
Replies
Total Likes
Thanks Paul, it worked perfectly!
Views
Replies
Total Likes