在使用 FlowRouter 时,我似乎无法弄清楚如何创建一个有效的 Autoform“QuickForm”。我不断收到此错误:
Exception in template helper: Error: Footer is not in the window scope
这是我的快速表格。在这种情况下,collection 等于 "Footer" 的字符串值:
{{> quickForm id="formView" type="insert" collection=form.collection }}
也许一个 Quickform、simpleSchema 和 FlowRouter 的例子就足以回答这个问题。