Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.15 KB

SubFormFieldsPerDocumentText.md

File metadata and controls

21 lines (17 loc) · 2.15 KB

# SubFormFieldsPerDocumentText

This class extends SubFormFieldsPerDocumentBase.

Properties

Name Type Description Notes
type*required string A text input field. Use the SubFormFieldsPerDocumentText class. [default to 'text']
placeholder string Placeholder value for text field.
autoFillType string Auto fill type for populating fields automatically. Check out the list of auto fill types to learn more about the possible values.
linkId string Link two or more text fields. Enter data into one linked text field, which automatically fill all other linked text fields.
masked boolean Masks entered data. For more information see Masking sensitive information. true for masking the data in a text field, otherwise false.
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.

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.
validationCustomRegex string
validationCustomRegexFormatLabel string
content string Content of a me_now text field
fontFamily string Font family for the field.
fontSize number The initial px font size for the field contents. Can be any integer value between 7 and 49.

NOTE: Font size may be reduced during processing in order to fit the contents within the dimensions of the field.
[default to 12]

[Back to Model list] [Back to API list] [Back to README]