List of Input Fields
Advanced Configuration: Explicitly add HTML attributes to your page.
Label | Meaning | Behavior |
---|---|---|
firstName | First name or forename of the applicant. This label should only be used once on an application. | Known Field |
lastName | Last name or surname of the applicant. This label should only be used once on an application. | Known Field |
address | Street address for applicant. To tag multiple address lines use '--' and the identifier. For example: address--line1 or address--line2 . | Known Field |
city | The city for the applicant's address. This needs to be a text input field and not a dropdown. This label should only be used once on an application. | Known Field |
zip | Zip or postal code. This label should only be used once on an application. | Known Field |
Applicant’s email address. This label should only be used once on an application. | Known Field | |
phone | Applicant’s phone number. This should be a phone number directly associated with the applicant, so mobile or landline. Business phones, secondary phones etc should not be labeled. To tag multiple phone numbers use '--' and the identifier. For example: phone--mobile or phone--home . | Known Field |
dob | Applicant’s date of birth. To tag multiple dob fields use '--' and the identifier. For example: dob--month or dob--day . Don't tag any selects. | Not considered Known or Unknown |
ssn | Full social security number or equivalent government provided id. This label should only be used once on an application. | Known Field |
ssnLast4 | Last four digits of social security number or equivalent. This label should only be used once on an application. | Known Field |
license | Any license or identifying id that is required for the application. For example drivers license, vin number for car, etc. If there are multiple fields use the '--' separator to separate a unique name from the license prefix. | Unknown Field |
bank | Bank account information, for example bank routing number and account number. For numbers/identifiers, not for bank name, etc. Use the '--' separator to take multiple inputs. For example: bank--account or bank--routing . | Unknown Field |
income | Income related data, e.g., gross salary, monthly take home pay, etc. | Unknown Field |
expenses | Expenses related data, e.g. monthly housing costs | Unknown Field |
signature | Signature fields | Unknown Field |
secondary_address_all_fields | Used to mark any secondary or less well known (to the applicant) address fields, e.g. a work address. This can contain all fields, e.g. address1, address2, city, zip. Use the separator '--' to tag each field uniquely for display in the UI. | Unknown Field |
Updated almost 2 years ago