adobe-to-docusign-migrator/sample-templates/sales-contract-formfields.json

22 lines
616 B
JSON

[
{
"fieldName": "PurchasePrice",
"type": "TEXT_FIELD",
"required": true,
"locations": [ { "pageNumber": 1, "rect": { "left": 180, "top": 170, "width": 150, "height": 14 } } ],
"recipientIndex": 0
},
{
"fieldName": "BuyerSign",
"type": "SIGNATURE",
"locations": [ { "pageNumber": 3, "rect": { "left": 200, "top": 375, "width": 120, "height": 32 } } ],
"recipientIndex": 0
},
{
"fieldName": "SellerSign",
"type": "SIGNATURE",
"locations": [ { "pageNumber": 3, "rect": { "left": 420, "top": 375, "width": 120, "height": 32 } } ],
"recipientIndex": 1
}
]