FillableField
An object containing informatiion pertaining to a fillable field.
| 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 | The name of the field generated through Expere. Also: the name of the fillable checkbox. |
| ToolTip | string | The text for the tooltip that is displayed when the user hovers over the field on the PDF. |
| PageNumber | string | Automatically calculated and included in the assembly output. Represents the physical page the fillable checkbox resides on the PDF. |
| X Coordinate | ExpereFloat | Automatically calculated and included in the assembly output. Represents the physical location the fillable checkbox resides on the PDF. |
| Y Coordinate | ExpereFloat | Automatically calculated and included in the assembly output. Represents the physical location the fillable checkbox 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. |