romm / configuration_object

Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
GNU General Public License v3.0
6 stars 4 forks source link

How to use your 'ext:configuration_object' with 'ext:form'? #27

Closed typo3ua closed 6 years ago

typo3ua commented 6 years ago

I came across your extension for TYPO3 CMS it is very interesting and useful. I would like to use him with "ext:form". But I do not know how to use your 'ext:configuration_object' with 'ext:form'? I need your help. I want create the form (ext:form) with two fields "username" and "email" and I need to check or the email already exists in the database. If not, then to allow to adds the record in the database.(FE_USER) If yes then not to allow to adds the record in the database.(FE_USER) email_valid

romm commented 6 years ago

Hi, I think you misunderstood the usage that can be done with this extension. In no way it will help you with the need you described.

You should probably take a look at the official documentation of EXT:form at https://docs.typo3.org/typo3cms/extensions/form/