FillableField
The FillableField object contains information about the specific fillable field including field name, page number, and x/y coordinates.
| Parameter | Type | Description |
|---|---|---|
| Id | string | A string of data containing the Signer's unique ID. |
| EmailAddress | string | The email address of the Signer. |
| FieldName | string | Element used to provide a unique identification to the field name so Expere can merge PDF documents that use signature, date, initial, and fillable text fields.The name of the fillable field. |
| ToolTip | string | The text for the tooltip that is displayed when the user hovers over the field on the PDF.The text for the tooltip that is displayed when the user hovers over the field on the PDF. |
| FieldText | string | The prepopulated text for the field. If FieldText element is not authored, an empty element is included in the assembly output response as follows: <r:FieldText/> |
| HorizontalAlignment | string | Indicates the horizontal alignment to the text in the fillable field. Values are: left, right, center. |
| Underline | string | Indicates if the fillable field is underlined (true) or not underlined (false). |
| PageNumber | string | Automatically calculated and included in the assembly output. Represents the physical page the fillable checkbox resides on the PDF. |
| X Coordinate / Y Coordinate | string | Automatically calculated and included in the assembly output. Represents the physical location the fillable checkbox or text field resides on the PDF. |
| Sequencing | ExpereInteger | Element used to provide a unique identification to the field name so Expere can merge PDF documents that use signature, date, initial, and fillable text fields. |
| Mandatory | YesNoEnum | A Yes or No enumeration object that indicates whether the fillable field is mandatory or not. |
| LinkToSignerIdentifier | string | A string of alphanumeric characters used to determine which notary fields are associated with which signer. |