Home FORMLY
Guides
UI
Examples
GitHub GitHub
JSON powered
This is an example of powering a form strictly by JSON. The common use case for this would be to persist the form configuration in the database and then send the configuration up to power the form. Notice that you can still use most features like expressionProperties and validators even in a string form.
For more advanced cases where javascript is needed (For example bind an observable to select options) a map function can be used to adjust the loaded JSON form.

Form Data

[object Object]
Object{firstName:Joan, lastName:of Arc}
firstName:"Joan"
lastName:"of Arc"