Copy link to clipboard
Copied
When I create a bundled Agreement adding form fields via the formFields object, I can't stop AS adding an additional signature and email field at the bottom of the document.
The formFields I am adding look like this but it still adds the default at the bottom?.
How do I prevent this?
"formFields": [
{
"contentType ": "SIGNER_EMAIL",
"hidden": "",
"defaultValue": "email@email.com.au",
"name": "Signer Email (Applicant)",
"locations": {
"pageNumber": 1,
"top": 0,
"left": 0,
"width": 100,
"height": 30
}
},
{
"contentType ": "SIGNATURE",
"name": "Signature (Applicant, Informed Consent)",
"inputType": "SIGNATURE",
"locations": {
"pageNumber": 6,
"top": 199,
"left": 179,
"width": 278,
"height": 30
},
"required": 1
},
{
"contentType ": "SIGNATURE_DATE",
"name": "Signature Date (Applicant, Informed Consent)",
"locations": {
"pageNumber": 6,
"top": 199,
"left": 488,
"width": 76,
"height": 30
},
"required": 1
},
{
"contentType ": "SIGNATURE",
"name": "Signature (Applicant, Consent to Background Check)",
"inputType": "SIGNATURE",
"locations": {
"pageNumber": 7,
"top": 312,
"left": 154,
"width": 280,
"height": 30
},
"required": 1
},
{
"contentType ": "SIGNATURE",
"name": "Signature (Applicant, Right to Work)",
"inputType": "SIGNATURE",
"locations": {
"pageNumber": 10,
"top": 520,
"left": 162,
"width": 280,
"height": 30
},
"required": 1
}
]
Have something to add?