Problem Statement
Right now, the "User Feedback" UI is configurable with settings like buttonLabel, formTitle etc.
However, it is not possible to change the (required) label. Also, in case of a network error / adblocker, an english error message is displayed that is also not configurable.
I would like to have all UI elements configurable, so that I can adjust it to the language of my webpage.
Solution Brainstorm
Add options isRequiredLabel and errorMessageText to allow configuration.