brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

Save and load forms #66

Closed wendibus closed 7 years ago

wendibus commented 7 years ago

I try to understand how to save the data from a form and how to load saved data to a form. Do you have an example how to save the structure of a form where you added elements and how to save the data?

idelvall commented 7 years ago

I can't see how your question relates to this library.

This library generates a form from a JSON-schema document. Then, this form would generate JSON documents according to the user needs, that are compliant with the schema.