Overview
When creating or updating a signing package from a template, you can pre-populate template fields with specific data. This allows for greater automation and customization of your document templates, ensuring that the generated documents contain the necessary information without requiring manual input during the signing process.Steps
Identify template fields
When adding a package, you can pre-populate templated fields in your documents by passing along template data values.
This feature requires you to assign unique data IDs to each of the templated fields you want to set through our See the Template tags guide for more information.
template editor or templating tags.Template editor
Manually assign data IDs using the template editor in iinked Sign by selecting a field and setting the Data ID property in the field settings.Templating tags
Alternatively, if you template your documents via templating tags, you can assign data IDs using the appropriateid tagging syntax.Pre-populate template fields
When creating or updating a signing package using the
packages/add or packages/update endpoints, you can pre-populate template fields by including the templateData object with each document in your request.Populate the templateData field of each document with a set of key/value pairs, with the key being the unique data ID value you assigned to your templated field.In the example below, the template requires a text field with a data ID of
text1, and a text multiline field with a data ID of multiline1Request