Hello,
One of our forms is a financing application. On the form there is a repeating collection of fields for the applicant's information (name, address, phone etc). If the application is going to be for joint credit (Ex: husband and wife), then there is an option to add a repeating collection since all the fields are the same for the joint applicant. The problem this is creating is when it comes to the variables for those fields.
Currently, I have the form and attached documents being named by the first name and last name as entered on the form. However, when the application is a joint credit application and the second person's details are entered in the repeated collection, it seems the same variables are being used so my naming scheme ends up looking like this:
Smith Smith, John Nancy - Application
Since the variable is the same for the first and last name fields in the repeating collection, it duplicates the variable. This is also creating a similar problem with some other fields that I am using for some routing decisions.
So my question is how to have different variables for the fields in a repeating collection?
Or, do I just need to create completely separate fields and use a field rule to show/hide the section for the joint applicant?
Thanks in advance for the advice!
Eric