json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Create object with field values #789

Closed lorenzonet closed 7 years ago

lorenzonet commented 7 years ago

I'm new on angular-schema-form, my goal is to store form values in a database altogether, in a Json format similar to the schema, just only FieldID and Value. I was wondering how I can accomplish this. Afterwards when I want to review the record I'll merge the schema with the field values store in a Json object.

lorenzonet commented 7 years ago

I've realized right now that there's already the model object.

Anthropic commented 7 years ago

@lorenzonet thanks for self closing, appreciate your effort to do that :)