Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1010 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 1010 Bytes

Pimcore Forms

Building forms can feel really repetitive and cumbersome. This bundle provides some opinionated classes and guidelines for building forms.

Table of contents

When should I use this bundle?

Whenever you need to create forms. Especially, if you also need support for captchas (e.g., Google's reCAPTCHA).

Why should I use this bundle?

Using this bundle comes with different benefits, for example:

  • A clear convention on how forms are created, where the related files are stored and how they are named.
  • Faster time to market, due to lowered implementation effort.
  • Predefined fields that are ready to use with zero configuration.
  • ... and many more.