...
To help you understand the reason behind some of these tips, here is a summary of how the finished WebForm document is created.
Once all signatures have been submitted on a WebForm, your backing .docx file is broken down into pages.
Then each page is further broken down into its individual XML elements (paragraphs, tables, images, etc).
After this, for each field in your WebForm design, we add a new XML element with the same position and size as you specified in your WebForm template. If a value was provided for that field, we then fill this new element in with that value.
Finally, the document pages are stitched back together into a new document, which is password protected and is stored for you to download later.
Tips for WebForms Templates
...