Interceptor\CombineFields
With this interceptor you can combine values of different form fields into a new field, which will be accessible by other components later.
Properties
.combineFields
Array containing options on which fields to combine.
Scheme:
[newFieldname] {
[options]
}
Data type
Array
Version added
1.0.0
.combineFields.[fieldname].fields
Array containing existing field names. The values of these fields will be combined into the new field [fieldname].
Data type
Array
Version added
1.0.0