Using Text Tags with Pre-filled Data
Using Text Tags with Pre-filled Data
Using Text Tags with Pre-filled Data
Text tags are strings with a specific syntax, that are replaced by fields when parsed by Dropbox Sign during document workflows. You can read more about them in our Text Tags Walkthrough. Text tags allow you to incorporate pre-filled data into source documents that are passed to the Dropbox Sign API.
Using pre-filled data with text tags is an excellent way to use documents generated by third-party tools as source files for Dropbox Sign signature flows. We recommend using PDF files while using Text Tags. Other formats, such as plain text, may not render the tag correctly.
Once the Text Tags is added to your document, you can execute a Dropbox Sign API endpoint to send the signature request. When making the request to the Dropbox Sign API, set the property use_text_tags to true and provide your data values in the custom_fields property.
Usage of custom_fields parameter for the above text tag:
For further information on using Text Tags please review our Text Tag Walkthrough. Below are some highlights of things to consider when using Text Tags:
text-merge and checkbox-merge fields with text tags.signature_request_invalid event to catch incorrect text tags.