I\'m using Meteor with AutoForm & Iron Router.
I have an autoform for inserting a data, and I want to redirect to the page of the data I added after a successful
onSuccess: function(formType, result) { Router.go( ['adminDashboard', result, 'Edit'].join(''), {_id: this.docId} ); },