I've been using Collection2 and Autoform on my Meteor project, made things a lot easier!
However, when I remove insecure, it no longer inserts (Autoform submit button). I expected this!
However, I've searched and I cannot find the standard way of getting this to work? I have a schema defined in the lib folder, and my Autoform as a quick form in a template.i know I need to either allow client side inserting (which I'd rather not do) or transfer it to server side (perhaps with a method?)
Any suggestions would be much appreciated! I'm looking for the standard way of implementing it.