Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can't replace default signature fields in Agreement

New Here ,
Sep 14, 2017 Sep 14, 2017

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

          }

     ]

238
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation