passioneight/pimcore-forms

Installs: 1 551

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:pimcore-bundle

2.0.0 2022-10-02 14:02 UTC

This package is auto-updated.

Last update: 2025-03-29 00:52:05 UTC


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.