Working with Form Data

When you're working with form components, chances are you're going to need to get that data into your pages controller and start working with it somehow.

Sometimes you'll need to get that data to a server using an API, or other times you'd just like to perhaps do a calculation.

No matter what you need to do, you'll be binding data between your form and JavaScript controller a lot. This quick video tutorial will show you how to do that πŸš€