Currently we have two kind of forms:
- The ones that POSTs directly to the REST server
- The ones that POSTs to a custom route
When POSTing to a custom route we have to handle the request completely and often we need to replicate validate and other stuff already implemented.
Currently we have two kind of forms:
When POSTing to a custom route we have to handle the request completely and often we need to replicate validate and other stuff already implemented.