romm / formz

📜 TYPO3 extension allowing developpers and integrators to easily set up and manage forms.
http://typo3-formz.com/
GNU General Public License v3.0
10 stars 5 forks source link

Formz UI #62

Closed fedir closed 7 years ago

fedir commented 7 years ago

Hey Romain, First of all, thank You very much for Your great work. I've a question about Formz project : If any UI exists for TYPO3 Backend (as form builder part of Powermail for example), so the web-master could create/modify it's forms parameters in the TYPO3 Backend ot create complex multi-step form with the choice of field validation ? Or this extension is designed only for TYPO3 Developers ? Thank You for Your answer, Best regards, Fedir

romm commented 7 years ago

Hi @fedir, thank you for your kind words. :)

The answer is pretty simple: no there is no UI for this kind of complex configuration, and there will probably never be. There are several reasons why I chose not to go in this direction:

Still, I do believe the direction I'm taking for FormZ (since the core extension remake announcement) makes perfect sense. I mostly want FormZ to provide features that will help building huge/complex forms, and these kind of forms do not need a built-in UI interface (I will try to write an article explaining why I believe this).

To answer your question: no, FormZ is not designed only for developers. It also provides a powerful Fluid API, as well as strong CSS helpers, that help integrators doing their job with fewer efforts. See integrator documentation for more information.