powermail icon indicating copy to clipboard operation
powermail copied to clipboard

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3

Results 253 powermail issues
Sort by recently updated
recently updated
newest added

Even if "disableBackendModule" is set to true, the backend module is still visible. I think it has been introduce with TYPO3 12.

My testing tools are showing me that the CSS Contains URLs that do not exist anymore. Here is an example that I found here: vendor/in2code/powermail/Resources/Private/Build/Sass/_Pi1.scss `> .powermail_progress_inner { height: 5px;...

goals: * Do not show custom validators separately but show them all in one list and make it possible to customize order * example: have additional email validators, want to...

I added a custom Field with TSconfig as follows: ``` tx_powermail.flexForm.type.addFieldOptions { privacy = Datenschutzhinweis (DSGVO) privacy.dataType = 0 privacy.export = 1 } ``` And created a partial template, based...

In EXT:powermail/Private/Partials/Module/Export.html the hidden field export[fields] needs argument respectSubmittedDataValue=false, otherwise a storagePage with different Forms won't respect the new fields after filtering. ``` ```

bug
under investigation

Add more methods to the event FormControllerFormActionEvent. It is now possible to also retrieve the view and request from this event. This makes it possible to - for example -...

![image](https://github.com/user-attachments/assets/3fc86f46-0c07-4b4e-89a0-417fb9f70c43) ``` (1/1) Error Typed property In2code\Powermail\Domain\Validator\AbstractValidator::$settings must not be accessed before initialization in /var/www/website/htdocs/vendor/in2code/powermail/Classes/Domain/Validator/AbstractValidator.php line 61 * * @return bool */ public function isServerValidationEnabled(): bool { return $this->settings['validation']['server'] ===...

bug

I tested this with a wrong not existing email and also a wrongly configured email configuration with same results. I expect a flash message to appear, not an exception. If...

under investigation
feedback needed

In the current version (12.3.5) there is a JS bug which prevents the sending of forms. Uncaught TypeError: e.getAttribute(...) is null The error has probably occurred before, but has not...

bug
feedback needed