On the web forms are a common way for users to interact with your application by performing state mutations. torque provides a number of utilities for working with forms and validating form data.
Throughout this section we will be using the following HTML form as an example:
When a user submits this form, a POST request is made to the configured /signup endpoint. The request body will contain the current value for each field nested in the