I use Collection2 and Autoform in my Meteor project, made things a lot easier!
However, when I delete insecure, it no longer inserts (send auto-form button). I was expecting this!
However, I searched, and I cannot find a standard way to make this work? I have a schema defined in the lib folder and my Autoform as a quick form in a template. I know that I need to either enable the client-side insertion (which I would prefer not to do), or transfer it to the server (perhaps using the method?)
Any suggestions would be much appreciated! I am looking for a standard way to implement it.
javascript schema meteor meteor-autoform
sgoudie
source share