✏️Fields
Last updated
Last updated
Fields represent data that will be sent (or not) to our back-end. Adding new field you can choose if a field should be sent to quote
or policy
or both. And it is required to create a name for that field.
After creation these fields can be placed into currently opened page via drag & drop mechanism.
Quote is data that is relevant for creating price. This data is used in pricing calculator.
Policy is data that is only needed for other information related to policy (for example displayed in dashboard, documents, emails etc.)
Payment is data that is related to payment data (e.g. iban number and others)
We can handle multiple different data types for different use cases. Each field can have one data type that determines what type of component is displayed on page.
Text (string)
Plain text value can be anything
Number (integer)
Only digits (e.g. count, size, monetary value etc.)
True / False (boolean)
Yes or No question, usually used for optin checkboxes
Phone number
Validates validity of phone number as well as provides component to enter it
Date
Displays datepicker input (usually used for entering date of birth, policy start date etc.)
Date + Time
Same as Date except user can also select exact time of day
Each field can have different validation rules for what values can be entered.
We can also set field to have Default value
that is starting value for field. User would be able to change that value in page where this field is placed.
Field can be required or optional. If Field is required
is checked user won't be able to continue to next page before entering value to this field.
Allowed values
is comma separated list of values that user can enter (e.g. "yearly,quarterly,monthly"). User wouldn't be able to continue the flow if entered or selected value doesn't match one of these allowed ones.