Bugfix
Currently, constraints are checked on all displayed form elements, even on those whose values cannot be changed by the user. This can lead to situations where an error is displayed on a read-only field in the GUI, which prevents the form from being saved.
Target
Only active form elements check constraints and display corresponding error messages.
Test
TestFormFields