Category "typo3-extensions"

Powermail - changing the reuqired status of field at runtime by typoscript

In earlier versions of powermail it was possible to use plugin.tx_powermail_pi1.validate.uid#.required = 0 to change the required status of a field at runtime

Typo3 jQuery OnClick Events

i need some help for my fresh installed Typo3 Website. I want to set new Values within my DataBase via jQuery onClick Event. So i guess i need to make use of th

How to access an external database source in a TYPO3 10 module?

Within a TYPO3 10 extension I would like to access an external MySQL-database that contains a table with two fileds like "name" and "firstName". For this I adde