formio.js
formio.js copied to clipboard
[Issue] Can we get form back from JSON Schema in form builder So we can start where we left ??
Yes. The form builder has a "form" property on it where you can pull the form definition. You can also set it to reload the form definition.
builder.instance.form = jsonObject;
Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!