You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi-sdk.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13130,6 +13130,14 @@ components:
13130
13130
- employer_identification_number
13131
13131
- custom_regex
13132
13132
nullable: true
13133
+
validation_custom_regex:
13134
+
description: 'When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.'
13135
+
type: string
13136
+
nullable: true
13137
+
validation_custom_regex_format_label:
13138
+
description: '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.'
13139
+
type: string
13140
+
nullable: true
13133
13141
group:
13134
13142
description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
Copy file name to clipboardExpand all lines: openapi.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13108,6 +13108,14 @@ components:
13108
13108
- employer_identification_number
13109
13109
- custom_regex
13110
13110
nullable: true
13111
+
validation_custom_regex:
13112
+
description: 'When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.'
13113
+
type: string
13114
+
nullable: true
13115
+
validation_custom_regex_format_label:
13116
+
description: '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.'
13117
+
type: string
13118
+
nullable: true
13111
13119
group:
13112
13120
description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
Copy file name to clipboardExpand all lines: sdks/dotnet/docs/TemplateResponseDocumentFormFieldText.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
**Width** | **int** | The width in pixels of this form field. | [optional]
14
14
**Height** | **int** | The height in pixels of this form field. | [optional]
15
15
**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
16
-
**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).<br><br>* Text Field uses `TemplateResponseDocumentFormFieldText`<br>* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`<br>* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`<br>* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`<br>* Radio Field uses `TemplateResponseDocumentFormFieldRadio`<br>* Signature Field uses `TemplateResponseDocumentFormFieldSignature`<br>* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`<br>* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "text"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | Whether this form field is multiline text. | [optional] **OriginalFontSize** | **int** | Original font size used in this form field's text. | [optional] **FontFamily** | **string** | Font family used in this form field's text. | [optional] **ValidationType** | **string** | Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values. | [optional] **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. | [optional]
16
+
**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).<br><br>* Text Field uses `TemplateResponseDocumentFormFieldText`<br>* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`<br>* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`<br>* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`<br>* Radio Field uses `TemplateResponseDocumentFormFieldRadio`<br>* Signature Field uses `TemplateResponseDocumentFormFieldSignature`<br>* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`<br>* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "text"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | Whether this form field is multiline text. | [optional] **OriginalFontSize** | **int** | Original font size used in this form field's text. | [optional] **FontFamily** | **string** | Font family used in this form field's text. | [optional] **ValidationType** | **string** | Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values. | [optional] **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. | [optional] **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. | [optional] **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. | [optional]
17
17
18
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
/// <param name="originalFontSize">Original font size used in this form field's text..</param>
123
123
/// <param name="fontFamily">Font family used in this form field's text..</param>
124
124
/// <param name="validationType">Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values..</param>
125
+
/// <param name="validationCustomRegex">When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field..</param>
126
+
/// <param name="validationCustomRegexFormatLabel">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..</param>
125
127
/// <param name="group">The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields..</param>
126
128
/// <param name="apiId">A unique id for the form field..</param>
127
129
/// <param name="name">The name of the form field..</param>
/// When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.
215
+
/// </summary>
216
+
/// <value>When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.</value>
/// 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.
222
+
/// </summary>
223
+
/// <value>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.</value>
Copy file name to clipboardExpand all lines: sdks/java-v1/docs/TemplateResponseDocumentFormFieldText.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
14
14
|`originalFontSize`|```Integer```| Original font size used in this form field's text. ||
15
15
|`fontFamily`|```String```| Font family used in this form field's text. ||
16
16
|`validationType`|[```ValidationTypeEnum```](#ValidationTypeEnum)| Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values. ||
17
+
|`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. ||
18
+
|`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. ||
17
19
|`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. ||
0 commit comments