Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Dynamic Forms with Vue.js

Communication Between Forms

In this lesson, we'll walk through the boilerplate that we have prepared for you and work on the communication between the steps and the mother form, using events.

Make sure you have the boilerplate by either downloading the starting-point branch directly from GitHub or cloning it in your terminal:

git clone --single-branch -b starting-point [email protected]:vueschool/dynamic-forms.git

See our Form Validation Course if you want to learn more about the topic or the Event Documentation if needed.