Hi, I want to obtain a response when I send in javascript this:
dmx.parse('content.form1.submit()');
How to obtain a promise when I submit a form by javascript, for example I want to get the “state” and “status” from “content.form1” while is executing, for example, get the state.executing to execute another function, or get the status to execute another function after full load of the submit form.