You can use complex scenarios for displaying fields in the form. Three options are available:
- Different field values manage different fields
- Different field values manage a single field
- The set of field values manage a single field
Different field values manage different fields. In this case, the customer will see the second level field after filling in the first level field. For example, there are two fields: first name and last name. If the customer fills in the first name field, the phone field will appear. If the customer fills in the last name field, the e-mail field will appear.
Different field values manage a single field. In this case, the customer will see the second level field after filling in any first level field. For example, if the customer fills in the first name or the last name field, a phone number field will appear.
The set of field values manage a single field. In this case, the client will see the second level field after filling in all first level fields. For example, if the client fills in the first name and the last name fields, a phone number field will appear.