With FormBuilder, creating forms from scratch saved a lot of time on creating a custom interface.
As a result, Werdia received React-compatible forms that do not contain errors in the user interface and do not require extensive testing.
The only thing that needed to be tested was how to bind the frontend components with the data model. The alternative to FormBuilder was to create their own forms and possibly use more powerful applications.