Web Form Component API
This documentation describes the functions and variables available to JavaScript code within a form.
It is strongly discouraged to access the elements of the form in any other way than by using the provided API, e.g. by accessing the DOM of the generated HTML directly. This is because the structure of the HTML may change in the future if necessary to improve the Web Form Component and implement new features. I.e. existing forms that access the HTML directly may potentially break after an update of the Web Form Component to a newer version.