Am I overlooking something? I cannot get a list of the fields of a DynamicForm.
I only can call form.getItem("name"). But for that, I need the name. I need to get the list of all items of a form.
I only can call form.getItem("name"). But for that, I need the name. I need to get the list of all items of a form.
Comment