This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Description
Two simple questions
-
When I load a form fields form a JSON, is it better practice load the predefined fields values populating the JSON model or There are ways to fill them from the JSON of fields, like some property for example like predefined-value or something like that?
-
Is there a specific field in the JSON of fields where I can receive extra data from the server?
For example, data such as the modification date and the name of the person who made it. In general they are other data that do not have to do directly with the creation of the form.
Currently I add a new { .... } in the lis of field and it seem it works.
Thanks in advance