Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.2 KB

File metadata and controls

31 lines (20 loc) · 1.2 KB

ezforms-bundle documentation

Architecture overview

This bundle comes with a default facade that delegates 3 things to 3 different services:

  • Form provider: knows which form to display at the right location
  • Handler provider: knows which service should handle user data once form is validated
  • Response provider: knows where user should be redirected once data has been handled

Out of the box, a default response provider is used, redirecting to the confirm view of current location. However, you must create form and handler providers suiting your custom needs.

Here's a quick overview of how it works:

Interactions

Resources

You can find a tutorial on how to use the bundle on share.ez.no

You may also want to check detailed documentation on the following parts, including utility classes included in this bundle: