adobe-to-docusign-migrator/sample-templates/nda-template-formfields.json

17 lines
441 B
JSON

[
{
"fieldName": "EmployeeName",
"type": "TEXT_FIELD",
"required": true,
"locations": [ { "pageNumber": 1, "rect": { "left": 100, "top": 220, "width": 200, "height": 15 } } ],
"recipientIndex": 0
},
{
"fieldName": "Signature",
"type": "SIGNATURE",
"required": true,
"locations": [ { "pageNumber": 2, "rect": { "left": 150, "top": 420, "width": 100, "height": 30 } } ],
"recipientIndex": 0
}
]