Example of a form with nested resources built using meteor reactive forms with validation https://atmospherejs.com/templates/forms package.
This project illustrates how to build a form for main resource and a list of nested resources using the templates/forms package.
The main resource in this case is Project
, and related resources are Tasks
.
#TODO