passioneight / pimcore-forms
Installs: 1 551
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-bundle
README
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.