How can I hide or disable the error messages as depicted in the screenshot? I’d prefer to only display popup messages.
Hi, the error panel is a built-in customization of the CRUDViews.FormEngineView component (it adds a custom screen via the formModelMap).
To “remove” it, you can create your own RelationshipFormEngine view component (as described here: GetA12 Login)
Then you dont have the custom screen and will therefore not see the error panel.
