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 |
[default to 'text'] |
avgTextLength |
TemplateResponseFieldAvgTextLength |
||
isMultiline |
boolean |
Whether this form field is multiline text. | |
originalFontSize |
number |
Original font size used in this form field's text. | |
fontFamily |
string |
Font family used in this form field's text. | |
validationType |
string |
Each text field may contain a validation_type parameter. Check out the list of validation types to learn more about the possible values. |
|
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. |