Preprocess
You can easly get a form more reactive using hook preprocess.
Params
The preprocess is a callback function with params field, fields, values and require to return a current field object.
- field: current field
- fields: all fields of the form
- values: values of all fields
Result
{}