adobe-to-docusign-migrator/sample-templates/onboarding-template-formfie...

67 lines
2.0 KiB
JSON

[
{
"fieldName": "EmployeeName",
"type": "TEXT_FIELD",
"required": true,
"locations": [ { "pageNumber": 1, "rect": { "left": 100, "top": 200, "width": 200, "height": 15 } } ],
"recipientIndex": 0
},
{
"fieldName": "StartDate",
"type": "DATE",
"required": true,
"locations": [ { "pageNumber": 1, "rect": { "left": 100, "top": 240, "width": 120, "height": 15 } } ],
"recipientIndex": 0
},
{
"fieldName": "Position",
"type": "DROPDOWN",
"required": true,
"items": ["Manager", "Engineer", "Tech", "HR"],
"locations": [ { "pageNumber": 1, "rect": { "left": 100, "top": 280, "width": 120, "height": 15 } } ],
"recipientIndex": 0
},
{
"fieldName": "Benefits",
"type": "CHECKBOX",
"required": false,
"locations": [ { "pageNumber": 1, "rect": { "left": 100, "top": 320, "width": 12, "height": 12 } } ],
"recipientIndex": 0
},
{
"fieldName": "CommuteOption",
"type": "RADIO",
"required": false,
"radioGroup": "CommuteGroup",
"items": ["Car", "Transit", "Bike"],
"locations": [
{ "pageNumber": 1, "rect": { "left": 100, "top": 360, "width": 12, "height": 12 } },
{ "pageNumber": 1, "rect": { "left": 140, "top": 360, "width": 12, "height": 12 } },
{ "pageNumber": 1, "rect": { "left": 180, "top": 360, "width": 12, "height": 12 } }
],
"recipientIndex": 0
},
{
"fieldName": "HRNotes",
"type": "TEXT_FIELD",
"required": false,
"readOnly": true,
"locations": [ { "pageNumber": 2, "rect": { "left": 100, "top": 200, "width": 220, "height": 60 } } ],
"recipientIndex": 1
},
{
"fieldName": "EmployeeSignature",
"type": "SIGNATURE",
"required": true,
"locations": [ { "pageNumber": 2, "rect": { "left": 100, "top": 300, "width": 120, "height": 32 } } ],
"recipientIndex": 0
},
{
"fieldName": "HRSignature",
"type": "SIGNATURE",
"required": true,
"locations": [ { "pageNumber": 2, "rect": { "left": 300, "top": 300, "width": 120, "height": 32 } } ],
"recipientIndex": 1
}
]