How Should I Build Form?

I need to build a form that a user can select one out of a few choices, then the next set of choices show up, then the user select one out of those choises, and so on.

Should I build this using JavaScript of jQuery, or using a meteor form package?

I’m an intermediate JS/jQuery user and a meteor beginner.

autoform is almost the defacto schema->form builder for meteor. Rather than talk about it, have a play with it yourself.
http://autoform.meteor.com/quickform

1 Like