Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

dylan kane
dylan kane
2,772 Points

My meteor autoform wont submit, but there are no errors, what's wrong?

I am using a couple of packages in a meteor web app, including aldeed:autoform and aldeed:collection2. Together I made a schema and attached it to a database. I then auto generated a form for it, which includes a submit button. The submit button worked perfectly when I first generated it, but not when I run my meteor app it will not work once I press submit. I checked the git linked to the folder and it doesnt look like there have been any changes made that would effect this. Is there a way that I can debug the autoform? I'm not sure what to do, any help would be great.

jason chan
jason chan
31,009 Points

please post the source so someone can look at it. Maybe push it github.

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

Yes, please post all of your code relating to this. Your schema, templates, etc I'm currently using Meteor and both of these packages in my own project, so I may be able to help.