CustomField
NOTE
All properties are optional unless specified.
HelloSignDocumentService and
HelloSignDraftDocumentService
Property | Type | Description |
---|---|---|
name | String | The key corresponding to the field name specified in the embedded Text Tag. Required |
value | String | The value for the custom merge field. Required |
editor | String | The index number of the signer who can edit the field if the Text Tag is set up as an editable merge field. NB: The index number is offset by one, so use 0β for signer 1, β1β for the second signer, β2β for signer 3, etc. Required if required is set to true. |
required | Boolean | A boolean describing if this field is required. Default: false |
Updated about 5 years ago