Topics

Forms

Construct helps you to deal with forms in all aspects:

You can use all these built-in features or none of them.

To create a form, you need to create a form object, and then add some fields to it. If you need to create your own field, extend \Construct\Form\Field class.

See also