...
You can define one or multiple behaviours for your question as the predefined list
Show when value of other field is: the question will be shown when other question(s) satisfy conditions conditions.
E.g The question “AddOnCoverSumInsured” is show when question
”IsAddOnCoverIncluded” equals to “Yes”
Hide when value of other field is: the question will be hidden when other question(s) satisfy conditions conditions.
E.g The question “AddOnCoverSumInsured” is hide when question
”IsAddOnCoverIncluded” equals to “No”
Disable when value of other field is: the question will be disabled when other question(s) satisfy conditions conditions.
Set value when value of other field is: the question value will be set as defined when other question(s) satisfy conditions conditions. Using when there is a predefined value base on other field.
E.g The question “Deductible” is set value “1000” when the question “Cover” is “Ansvar”, as the deductible is fixed with covers.
Populate from other field : the question value will be filled-in when another question is answered. The filled-in value is defined in the AgencyLookup file, in the Product Settings Settings. Usually this behavior is using for the read-only question.
E.g The question “City” is populate from the “Postcode” lookup when the question “Postcode“ is filled in. When you enter “0880” in the Postcode question, then the value “Oslo” is populated in the City question
Clear dependent values: other questions values will be cleared when the question is cleared
E.g: The question value “OwnerName” is cleared when user clears the value of the question “RegistrationNumber”
When choosing a behaviour, the corresponding condition will be displayed below
...