Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 3.27 KB

SubFormFieldsPerDocumentText.md

File metadata and controls

64 lines (48 loc) · 3.27 KB

SubFormFieldsPerDocumentText

This class extends SubFormFieldsPerDocumentBase.

Properties

Name Type Description Notes
type*required String A text input field. Use the SubFormFieldsPerDocumentText class.
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 ValidationTypeEnum 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 FontFamilyEnum Font family for the field.
fontSize Integer 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.

Enum: ValidationTypeEnum

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"

Enum: FontFamilyEnum

Name Value
HELVETICA "helvetica"
ARIAL "arial"
COURIER "courier"
CALIBRI "calibri"
CAMBRIA "cambria"
GEORGIA "georgia"
TIMES "times"
TREBUCHET "trebuchet"
VERDANA "verdana"
ROBOTO "roboto"
ROBOTOMONO "robotoMono"
NOTOSANS "notoSans"
NOTOSERIF "notoSerif"
NOTOCJK_JP_REGULAR "notoCJK-JP-Regular"
NOTOHEBREW_REGULAR "notoHebrew-Regular"
NOTOSANTHAIMERGED "notoSanThaiMerged"