我已经在meteor app的临时文件夹中上传了2个json文件。我想使用任何json文件创建表单(两者都有不同的字段)。
我已经在使用autoform但是它在js文件中以静态形式创建了json形式。如何动态地执行相同操作?
[
"name",
"email",
{
"key": "comment",
"type": "textarea",
"placeholder": "Make a comment"
},
{
"type": "submit",
"style": "btn-info",
"title": "OK"
}
]