This class extends TemplateResponseDocumentFormFieldBase
| Name | Type | Description | Notes |
|---|---|---|---|
type*required |
String |
The type of this form field. See field types. * Text Field uses TemplateResponseDocumentFormFieldText* Dropdown Field uses TemplateResponseDocumentFormFieldDropdown* Hyperlink Field uses TemplateResponseDocumentFormFieldHyperlink* Checkbox Field uses TemplateResponseDocumentFormFieldCheckbox* Radio Field uses TemplateResponseDocumentFormFieldRadio* Signature Field uses TemplateResponseDocumentFormFieldSignature* Date Signed Field uses TemplateResponseDocumentFormFieldDateSigned* Initials Field uses TemplateResponseDocumentFormFieldInitials |
|
avgTextLength |
TemplateResponseFieldAvgTextLength |
||
isMultiline |
Boolean |
Whether this form field is multiline text. | |
originalFontSize |
Integer |
Original font size used in this form field's text. | |
fontFamily |
String |
Font family used in this form field's text. | |
validationType |
ValidationTypeEnum |
Each text field may contain a validation_type parameter. Check out the list of validation types to learn more about the possible values. |
|
validationCustomRegex |
String |
When validation_type is set to custom_regex, this specifies the custom regular expression pattern that will be used to validate the text field. |
|
validationCustomRegexFormatLabel |
String |
When validation_type is set to custom_regex, this specifies the error message displayed to the signer when the text does not match the provided regex pattern. |
|
group |
String |
The name of the group this field is in. If this field is not a group, this defaults to null except for Radio fields. |
| Name | Value |
|---|---|
| NUMBERS_ONLY | "numbers_only" |
| LETTERS_ONLY | "letters_only" |
| PHONE_NUMBER | "phone_number" |
| BANK_ROUTING_NUMBER | "bank_routing_number" |
| BANK_ACCOUNT_NUMBER | "bank_account_number" |
| EMAIL_ADDRESS | "email_address" |
| ZIP_CODE | "zip_code" |
| SOCIAL_SECURITY_NUMBER | "social_security_number" |
| EMPLOYER_IDENTIFICATION_NUMBER | "employer_identification_number" |
| CUSTOM_REGEX | "custom_regex" |