Wized + StudioForm

Explore the JavaScript API in the chrome dev tools on your own


Last updated



Last updated
return Object.fromEntries(
Array.from(StudioForm[StudioForm.keys[0]].data.form.entries()),
);StudioForm[StudioForm.keys[0]].data.form.forEach((value, key) => {
console.log(key, ": ", value);
});