0

Is it possible to transform PDF text field (not signature field) to initialHereTab ?

Note : it works well with signature field but not with text filed

Here is my JSON request:

{
  "compositeTemplates": [
    {
      "compositeTemplateId": "1",
      "document": {
        "documentBase64": "PDFDocumentInBase64",
        "documentId": "1",
        "fileExtension": "pdf",
        "name": "Merge_2020310203633868.pdf",
        "transformPdfFields": "true"
      },
      "inlineTemplates": [
        {
          "recipients": {
            "signers": [
              {
                "clientUserId": "1",
                "email": "myEmail@email.ca",
                "name": "Paul J Smith",
                "recipientId": "1",
                "tabs": {
                  "initialHereTabs": [
                    {
                      "tabLabel": "\\applicant1\\*"
                    }
                  ]
                }
              }
            ]
          },
          "sequence": "1"
        }
      ]
    }
  ],
  "emailSubject": "Please sign this legal form at your convenience",
  "status": "created"
}
willmaz
  • 2,376
  • 1
  • 20
  • 24

1 Answers1

0

Yes, per the documentation:

If: Adobe name contains DocuSignInitialHere or eSignInitialHere

Then: a DocuSign Initials tab will be created

Community
  • 1
  • 1
Larry K
  • 47,808
  • 15
  • 87
  • 140