我在 CodePen上玩 form.io 演示,但它使用 Angular。假设我有一个基本的 JSON 表单和一个未绑定到任何框架的 html 页面,那么呈现表单、使用可选模型初始化表单以及在提交表单后收集模型的最简单方法是什么?
有没有做这种事情的 form.io JavaScript 库?
示例 form.io JSON 表单片段:
{
components: [
{
input: true,
tableView: true,
inputType: "text",
inputMask: "",
label: "First Name",
key: "firstName",