0
我想使用文本標籤預填所有文檔,但每次只填寫第一個文檔,並且如果我在整個信封中對任何字段使用相同的lablename,則再次填充其他文檔字段,直到除非我將任何事件作爲keyup,在第一個文檔中按下perfill標籤。這裏是我的DocuSign爲信封填充多個文檔
<envelopeDefinition xmlns="http://www.docusign.com/restapi">
<accountId>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</accountId>
<status>sent</status>
<compositeTemplates>
<compositeTemplate>
<serverTemplates>
<serverTemplate>
<sequence>1</sequence>
<templateId>A5ADA6DA-C9E9-4FB6-A3C3-4267CCBD1046 </templateId>
</serverTemplate>
</serverTemplates>
<inlineTemplates>
<inlineTemplate>
<sequence>1</sequence>
<recipients>
<signers>
<signer>
<email>[email protected]</email>
<name>Arvind Kejriwal</name>
<recipientId>1</recipientId>
<roleName>Signer1</roleName>
<clientUserId>1</clientUserId>
<tabs>
<textTabs>
<text>
<tabLabel>\*lblFullName</tabLabel>
<value>Arvind Kejriwal</value>
</text>
<text>
<tabLabel>\*lblFirstName</tabLabel>
<value>Arvind</value>
</text>
<text>
<tabLabel>\*lblLastName</tabLabel>
<value>Kejriwal</value>
</text>
<text>
<tabLabel>\*lblEmail</tabLabel>
<value>[email protected]</value>
</text>
<text>
<tabLabel>\*lblPhone</tabLabel>
<value>664646464664644</value>
</text>
<text>
<tabLabel>\*lblCityStateZip</tabLabel>
<value>New Delhi,IN,110091</value>
</text>
<text>
<tabLabel>\*lblAddress</tabLabel>
<value>CM aawas</value>
</text>
<text>
<tabLabel>\*lblCity</tabLabel>
<value>New Delhi</value>
</text>
<text>
<tabLabel>\*lblState</tabLabel>
<value>IN</value>
</text>
<text>
<tabLabel>\*lblZip</tabLabel>
<value>110091</value>
</text>
</textTabs>
</tabs>
</signer>
</signers>
</recipients>
</inlineTemplate>
</inlineTemplates>
</compositeTemplate>
<compositeTemplate>
<serverTemplates>
<serverTemplate>
<sequence>2</sequence>
<templateId>1C00880D-52BF-4E22-947E-88167F81ED5D </templateId>
</serverTemplate>
</serverTemplates>
<inlineTemplates>
<inlineTemplate>
<sequence>1</sequence>
<recipients>
<signers>
<signer>
<email>[email protected]</email>
<name>Arvind Kejriwal</name>
<recipientId>1</recipientId>
<roleName>Signer1</roleName>
<clientUserId>1</clientUserId>
<tabs>
<textTabs>
<text>
<tabLabel>\*lblFullName</tabLabel>
<value>Arvind Kejriwal</value>
</text>
<text>
<tabLabel>\*lblFirstName</tabLabel>
<value>Arvind</value>
</text>
<text>
<tabLabel>\*lblLastName</tabLabel>
<value>Kejriwal</value>
</text>
<text>
<tabLabel>\*lblEmail</tabLabel>
<value>[email protected]</value>
</text>
<text>
<tabLabel>\*lblPhone</tabLabel>
<value>664646464664644</value>
</text>
<text>
<tabLabel>\*lblCityStateZip</tabLabel>
<value>New Delhi,IN,110091</value>
</text>
<text>
<tabLabel>\*lblAddress</tabLabel>
<value>CM aawas</value>
</text>
<text>
<tabLabel>\*lblCity</tabLabel>
<value>New Delhi</value>
</text>
<text>
<tabLabel>\*lblState</tabLabel>
<value>IN</value>
</text>
<text>
<tabLabel>\*lblZip</tabLabel>
<value>110091</value>
</text>
</textTabs>
</tabs>
</signer>
</signers>
</recipients>
</inlineTemplate>
</inlineTemplates>
</compositeTemplate>
</compositeTemplates>