Settings | Description |
---|---|
ID | The unique id |
Label | Display or hide a label |
Required | Input value is required |
Hint text | Display a hint text |
Placeholder text | Text visible to the user |
Default value | Default value visible to the user |
Transient | Enable or disable data mask |
Settings | Description |
---|---|
Min. length / Max. length | Require an input value length. |
Min. value / Max. value | Require a number value length. |
Text field
Settings | Description |
---|---|
Multiline | Enable multi-line input text. |
string
.Email field
string
.Phone field
Settings | Description |
---|---|
Country picker | Enable or disable Country picker. By default, it displays the user’s IP location. |
Filter placeholder text | Text visible to the user in the country search window. |
string
or, if Country picker is enabled, an object
.The phone field output data type value as a string
:object
:Choice field
Settings | Description |
---|---|
Multiple choice | Enable several choice options. |
Other option | Let users enter their own option. |
Advanced > Internal values | Assign an internal value to each choice option. |
Advanced > Bulk edit | Bulk edit label and internal choice option values. |
string
or, if multiple choice is enabled, as an array of strings
.The choice field output data type value as a string
:array of strings
:Cards field
Settings | Description |
---|---|
Multiple choice | Enable several choice options. |
Hide labels | Hide card labels. |
Advanced > Internal values | Assign an internal value for each option. |
string
or, if multiple choice is enabled, as an array of strings
.The cards field output data type value as a string
:array of strings
:URL field
Password field
Settings | Description |
---|---|
Require complex password | Passwords must contain an uppercase, a lowercase, a symbol and a number. |
Enforce NIST guidelines | The password cannot be less than 8 characters, passwords obtained from previous breach corpuses, dictionary words, repetitive or sequential characters, content-specific words. |
Add strength meter | A graphical meter with a red, yellow and green scale is displayed under the password field to show the strength of the password input. |
Hash | Select an algorithm to hash the input value directly in the browser. |
string
:Payment field
Settings | Description |
---|---|
Payment type | Select either a one-off (Charge) or recurring (Subscription) payments. |
Amount | Specify the amount for a one-off (Charge) payment. |
Currency | Specify the currency for a one- off ( Charge) payment. |
Subscription action | Select either to create or update an existing subscription. |
Customer action | Select either to create or update an existing customer. |
Display options | Display and edit Card number, Expiration date, and Security code labels and Trustmarks. |
string
:object
:object
:Legal field
boolean
.Dropdown field
Settings | Description |
---|---|
Multiple selector | Enable several choice options. |
Advanced > Internal values | Assign an internal value for each option. |
Advanced > Bulk edit | Bulk edit label and internal values. |
string
or, if multiple choice is enabled, as an array of strings
.The dropdown field output data type value as a string
:array of strings
:Number field
number
.Date / Time field
Key | Description |
---|---|
Format | Select either Date or Time format. |
string
:string
:Boolean field
Custom field
Settings | Description |
---|---|
Params | Add key-value pairs to reference in the custom field source code. |
Source code | Add your Javascript code to the custom field. |
JSON Schema | By default, the custom field accepts any value format. However, you can use JSON Schema to validate values. |
Next button block
Previous button block
Jump button block
Resend button block
Rich text block
Divider block
HTML block
Image block
Google Address Widget
Settings | Description |
---|---|
API key | Requires a Google Maps API key to authenticate requests. |
object
.Google reCAPTCHA
v2
and v3
:v2
requires user interaction with visible challenges, such as clicking a checkbox or solving puzzles.v3
runs in the background and provides a score based on user behavior, without requiring user interaction. When using this version, make sure to implement additional business logic to handle the score and determine if further action is needed.Settings | Description |
---|---|
Site key | The public site key used to initialize the reCAPTCHA on your website. You can create it in Google reCAPTCHA console or your Google Cloud Platform project. |
Secret key | The secret key used to communicate securely with the reCAPTCHA service server-side. You can create it in Google reCAPTCHA console or your Google Cloud Platform project. |
object
.Example of v2
response:v3
response:Verifiable Credentials
Settings | Description |
---|---|
URL | The URL value used to generate the QR code. This value is returned in the engagement property of the verification request. |
Link text | Alternative text that will be displayed for users who cannot scan the QR code and prefer to open the link directly on their device. |
Size | The size of the QR code. |
Public token | The access token required to consume the polling endpoint. Please ensure the token is generated with only the read:verification_request scope to avoid exposing access to other resources. |
Verification ID | The verification ID generated when you start the verification request. |
Maximum waiting time | The maximum amount of time to wait for the verification process to complete. Once the set time is reached, polling will stop and an error will be thrown, regardless of the verification status. |
object
.