spotbot2k/pimcore-simple-forms

1.2.2 2022-08-03 13:56 UTC

README

https://img.shields.io/static/v1?style=flat-square&color=6428B4&message=X&label=Pimcore https://img.shields.io/static/v1?style=flat-square&color=6428B4&message=6.9&label=Pimcore

Simple Form Builder for Pimcore

Create and modify simple forms in Pimcore backend with no code needed. The aim is to provide a simple UI that will be easy enough to be used by a Pimcore newbie.

Installation

composer require spotbot2k/pimcore-simple-forms

What can it do

  • Visual editing of forms
  • Upload assets
  • Spam protection using honeypot
  • Simple validation of the fields in backend and frontend
  • Send the submitted data via E-Mail
  • Send the submitted data to a custom URL/path so you could
    • process the data in a custom controller
    • create login forms
  • Parse to/cc/bcc from the form input

Configuration