How to pass a default value for a field in 'insert' form?
问题 How to pass a default value for a field in 'insert' form? I'm using Meteor's packages: Autoform, Collections2, and Simple-Schema. My process is: A User selects some value in a list on a page, then The 'insert' from opens, and I want that one field to be initialized with the value the user chose on a previous step. Can't figure out how to pass a parameter withing URL (or any other way). The problem is how to initialize form with the value. Suppose I have an URL: http://localhost:3000/activity