Copy link to clipboard
Copied
Hello,
I'm trying to figure out how is working the merge process while creating a multi template agreement using REST API, my scenario is the following:
After a brief investigation I've retrieved the agreement fields (using the API https://secure.eu1.echosign.com/public/docs/restapi/v6#!/agreements/getFormFields) and I've observed that the name of the second template fields are changed appending an apparently random "_n" where n is a 2 digit number.
Now the questions:
Thanks in advance
Best regards.
Pietro
Copy link to clipboard
Copied
This REST API is not part of the Acrobat SDK, nor of Acrobat. However, the rules for form fields are that if two fields have the same names, they WILL have the same contents. But that's a PDF rule, who know what Echosign does...