We have an XML message with a varying number of customers that will need to sign a document.<br /><br />We need to place the name from the XML under the signature box and allow them to sign via a signature pad.<br /><br />We're struggling with the fact that we don't know how many signatures will be required until we read the XML, and how we can make the form dynamic in that regard.<br /><br />Is it possible to script something that reads the customer records and creates / displays a signature box for each at that time? Or do we need to have a pool of signature boxes (or subforms of some sort) to pull from and display based on the data?<br /><br />An example of what we might see is this:<br /> <Customer Name>Bob Smith</Customer Name><br /> <Customer Role>Primary Applicant</Customer Role><br /> <Customer Name>Betty Smith</Customer Name><br /> <Customer Role>Co-Applicant</Customer Role><br /> ...<br /> ...<br /><br />We've not been able to solve this - any direction on this would be appreciated.<br /><br />We are using LiveCycle Designer 8.2.<br /><br />Thanks!