yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 263 forks source link

How to listen the submit event? #391

Open 167244269 opened 6 years ago

167244269 commented 6 years ago

I want to do some my own logic (bulk create data) when user click the 'submit' button.

but it seems the view is generated by autoform, i don't know the template name for the creation page. e.g. Template.templateName.events({.....})

i tried to add the AutoForm.hooks in Collection, but it's not working.

What can i do? Thank you