This class extends SubFormFieldsPerDocumentBase.
| Name | Type | Description | Notes |
|---|---|---|---|
type*required |
str |
A text input field. Use the SubFormFieldsPerDocumentText class. |
[default to "text"] |
placeholder |
str |
Placeholder value for text field. | |
auto_fill_type |
str |
Auto fill type for populating fields automatically. Check out the list of auto fill types to learn more about the possible values. | |
link_id |
str |
Link two or more text fields. Enter data into one linked text field, which automatically fill all other linked text fields. | |
masked |
bool |
Masks entered data. For more information see Masking sensitive information. true for masking the data in a text field, otherwise false. |
|
validation_type |
str |
Each text field may contain a validation_type parameter. Check out the list of validation types to learn more about the possible values.NOTE: When using custom_regex you are required to pass a second parameter validation_custom_regex and you can optionally provide validation_custom_regex_format_label for the error message the user will see in case of an invalid value. |
|
validation_custom_regex |
str |
||
validation_custom_regex_format_label |
str |