Forms are a type of List that contains various different input related components that can interact with your data. The Form Component will drag over a form with some default components, but you can feel free to drag over any of our related components to start a new form.

Form Components

There are a variety of components that you can use to build your form, check out the documentation for each one:

Working with Form Data & $scope

When you're working with forms, you're going to have to do something with the data behind the form. Click here to learn how to use $scope to attach JavaScript variables directly to your form elements.